#CB8745

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

Shades of Peru #CB8745

Tints of Peru #CB8745

Color information

#CB8745 (or 0xCB8745) is unknown color: approx Peru. HEX triplet: CB, 87 and 45. RGB value is (203,135,69). Sum of RGB (Red+Green+Blue) = 203+135+69=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 69 (27.34% from 255 or 16.95% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8745 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8745 is #3478BA. Grayscale: #949494. Windows color (decimal): -3438779 or 4556747. OLE color: 4556747.

HSL color Cylindrical-coordinate representation of color #CB8745: hue angle of 29.55º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB8745 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB20313569-
CMYK00.330.660.20
HSL29.55º56.3%53.33%-
HSV(B)29.55º66.01%79.61%-
XYZ34.3730.459.7-
YUV147.8183.53167.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.88%
GREEN value IS 135 (53.12% from 255) = 33.17%
BLUE value IS 69 (27.34% from 255) = 16.95%
R=49.88%
G=33.17%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031356900.330.660.2029.5556.353.33
HexCB874502142141e3835
Octal31320710504110224367065
Binary11001011100001111000101010000110000101010011110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8745; }

 p { color: rgb(203,135,69); }

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

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

 a { background-color: rgb(203,135,69); }

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

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

 span { border-color: rgb(203,135,69); }

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