Html Css Color HEX #CB8640 Peru

📋 copy color: '#CB8640'

red 203 ◦ green 134 ◦ blue 64

#CB8640
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peru #CB8640

Tints of Peru #CB8640

RGB

 RED value IS 203 (79.69% from 255) = 50.62%

 GREEN value IS 134 (52.73% from 255) = 33.42%

 BLUE value IS 64 (25.39% from 255) = 15.96%

R = 50.62%
G = 33.42%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB8640 (or 0xCB8640) is known color: Peru. HEX triplet: CB, 86 and 40. RGB value is (203,134,64). Sum of RGB (Red+Green+Blue) = 203+134+64=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8640 is #3479BF. Grayscale: #939393. Windows color (decimal): -3439040 or 4228811. OLE color: 4228811.

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

Color convert

RGB 203 134 64 -
CMYK 0 0.34 0.68 0.20
HSL 30.22º 0.57% 0.52% -
HSV(B) 30.22º 0.68% 0.8% -
XYZ 34.08 30.12 8.87 -
YUV 146.65 81.36 168.19 -
System Red Green Blue C M Y K H S L
Decimal 203 134 64 0 0.34 0.68 0.20 30.22 0.57 0.52
Hex CB 86 40 0 22 44 14 1E 39 34
Octal 313 206 100 0 42 104 24 36 71 64
Binary 11001011 10000110 1000000 0 100010 1000100 10100 11110 111001 110100

Color Harmonies of #CB8640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8640

Black with #CB8640

Text Example


Text Example

White with #CB8640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8640; }

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

 H1.HeaderClassName
 {
   color: #CB8640;
 }
 .AnyTagClassName
 {
   color: #CB8640;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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