#CB8241

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

Shades of Peru #CB8241

Tints of Peru #CB8241

Color information

#CB8241 (or 0xCB8241) is unknown color: approx Peru. HEX triplet: CB, 82 and 41. RGB value is (203,130,65). Sum of RGB (Red+Green+Blue) = 203+130+65=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 65 (25.78% from 255 or 16.33% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8241 is #347DBE. Grayscale: #909090. Windows color (decimal): -3440063 or 4293323. OLE color: 4293323.

HSL color Cylindrical-coordinate representation of color #CB8241: hue angle of 28.26º 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 #CB8241 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB20313065-
CMYK00.360.680.20
HSL28.26º57.02%52.55%-
HSV(B)28.26º67.98%79.61%-
XYZ33.5729.048.84-
YUV144.4283.18169.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.01%
GREEN value IS 130 (51.17% from 255) = 32.66%
BLUE value IS 65 (25.78% from 255) = 16.33%
R=51.01%
G=32.66%
B=16.33%

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
Decimal2031306500.360.680.2028.2657.0252.55
HexCB824102444141c3935
Octal31320210104410424347165
Binary11001011100000101000001010010010001001010011100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8241; }

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

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

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

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

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

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

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

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