#CB8140

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

Shades of Peru #CB8140

Tints of Peru #CB8140

Color information

#CB8140 (or 0xCB8140) is unknown color: approx Peru. HEX triplet: CB, 81 and 40. RGB value is (203,129,64). Sum of RGB (Red+Green+Blue) = 203+129+64=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8140 is #347EBF. Grayscale: #909090. Windows color (decimal): -3440320 or 4227531. OLE color: 4227531.

HSL color Cylindrical-coordinate representation of color #CB8140: hue angle of 28.06º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB8140 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB20312964-
CMYK00.360.680.20
HSL28.06º57.2%52.35%-
HSV(B)28.06º68.47%79.61%-
XYZ33.428.778.64-
YUV143.7283.02170.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.26%
GREEN value IS 129 (50.78% from 255) = 32.58%
BLUE value IS 64 (25.39% from 255) = 16.16%
R=51.26%
G=32.58%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031296400.360.680.2028.0657.252.35
HexCB814002444141c3934
Octal31320110004410424347164
Binary11001011100000011000000010010010001001010011100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8140; }

 p { color: rgb(203,129,64); }

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

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

 a { background-color: rgb(203,129,64); }

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

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

 span { border-color: rgb(203,129,64); }

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