#CB8A41

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

Shades of Peru #CB8A41

Tints of Peru #CB8A41

Color information

#CB8A41 (or 0xCB8A41) is unknown color: approx Peru. HEX triplet: CB, 8A and 41. RGB value is (203,138,65). Sum of RGB (Red+Green+Blue) = 203+138+65=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 65 (25.78% from 255 or 16.01% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8A41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8A41 is #3475BE. Grayscale: #959595. Windows color (decimal): -3438015 or 4295371. OLE color: 4295371.

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

Color convert

RGB20313865-
CMYK00.320.680.20
HSL31.74º57.02%52.55%-
HSV(B)31.74º67.98%79.61%-
XYZ34.6731.269.21-
YUV149.1180.53166.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50%
GREEN value IS 138 (54.30% from 255) = 33.99%
BLUE value IS 65 (25.78% from 255) = 16.01%
R=50%
G=33.99%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031386500.320.680.2031.7457.0252.55
HexCB8A410204414203935
Octal31321210104010424407165
Binary110010111000101010000010100000100010010100100000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8A41; }

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

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

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

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

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

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

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

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