#CB7F42

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

Shades of Peru #CB7F42

Tints of Peru #CB7F42

Color information

#CB7F42 (or 0xCB7F42) is unknown color: approx Peru. HEX triplet: CB, 7F and 42. RGB value is (203,127,66). Sum of RGB (Red+Green+Blue) = 203+127+66=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 66 (26.17% from 255 or 16.67% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7F42 is #3480BD. Grayscale: #8F8F8F. Windows color (decimal): -3440830 or 4358091. OLE color: 4358091.

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

Color convert

RGB20312766-
CMYK00.370.670.20
HSL26.72º56.85%52.75%-
HSV(B)26.72º67.49%79.61%-
XYZ33.228.278.86-
YUV142.7784.68170.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.26%
GREEN value IS 127 (50% from 255) = 32.07%
BLUE value IS 66 (26.17% from 255) = 16.67%
R=51.26%
G=32.07%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031276600.370.670.2026.7256.8552.75
HexCB7F4202543141b3935
Octal31317710204510324337165
Binary1100101111111111000010010010110000111010011011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7F42; }

 p { color: rgb(203,127,66); }

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

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

 a { background-color: rgb(203,127,66); }

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

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

 span { border-color: rgb(203,127,66); }

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