#cb8a4a

Color #CB8A4A Peru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru #CB8A4A

Tints of Peru #CB8A4A

Color information

#CB8A4A (or 0xCB8A4A) is unknown color: approx Peru. HEX triplet: CB, 8A and 4A. RGB value is (203,138,74). Sum of RGB (Red+Green+Blue) = 203+138+74=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 74 (29.30% from 255 or 17.83% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8A4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8A4A is #3475B5. Grayscale: #969696. Windows color (decimal): -3438006 or 4885195. OLE color: 4885195.

HSL color Cylindrical-coordinate representation of color #CB8A4A: hue angle of 29.77º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB8A4A is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB20313874-
CMYK00.320.640.20
HSL29.77º55.36%54.31%-
HSV(B)29.77º63.55%79.61%-
XYZ34.9531.3710.69-
YUV150.1485.03165.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 48.92%
GREEN value IS 138 (54.30% from 255) = 33.25%
BLUE value IS 74 (29.30% from 255) = 17.83%
R=48.92%
G=33.25%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031387400.320.640.2029.7755.3654.31
HexCB8A4A02040141e3736
Octal31321211204010024366766
Binary11001011100010101001010010000010000001010011110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb8a4a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb8a4a; }

 p { color: rgb(203,138,74); }

 H1.HeaderClassName
 {
   color: #cb8a4a;
 }
 .AnyTagClassName
 {
   color: #cb8a4a;
 }
</style>
background-color css

<style>
 a { background-color: #cb8a4a; }

 a { background-color: rgb(203,138,74); }

 div.DivClassName
 {
   background-color: #cb8a4a;
 }
 .BgClassName
 {
   background-color: #cb8a4a;
 }
</style>
border-color css

<style>
 span { border-color: #cb8a4a; }

 span { border-color: rgb(203,138,74); }

 td.TdClassName
 {
   border-color: #cb8a4a;
 }
 .TagClassName
 {
   border-color: #cb8a4a;
 }
</style>