Html Css Color HEX #CB8347 Peru

📋 copy color: '#CB8347'

red 203 ◦ green 131 ◦ blue 71

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

Shades of Peru #CB8347

Tints of Peru #CB8347

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.35%

 BLUE value IS 71 (28.13% from 255) = 17.53%

R = 50.12%
G = 32.35%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB8347 (or 0xCB8347) is known color: Peru. HEX triplet: CB, 83 and 47. RGB value is (203,131,71). Sum of RGB (Red+Green+Blue) = 203+131+71=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 71 (28.12% from 255 or 17.53% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8347 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8347 is #347CB8. Grayscale: #929292. Windows color (decimal): -3439801 or 4686795. OLE color: 4686795.

HSL color Cylindrical-coordinate representation of color #CB8347: hue angle of 27.27º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB8347 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 131 71 -
CMYK 0 0.35 0.65 0.20
HSL 27.27º 0.56% 0.54% -
HSV(B) 27.27º 0.65% 0.8% -
XYZ 33.88 29.38 9.85 -
YUV 145.69 85.85 168.88 -
System Red Green Blue C M Y K H S L
Decimal 203 131 71 0 0.35 0.65 0.20 27.27 0.56 0.54
Hex CB 83 47 0 23 41 14 1B 38 36
Octal 313 203 107 0 43 101 24 33 70 66
Binary 11001011 10000011 1000111 0 100011 1000001 10100 11011 111000 110110

Color Harmonies of #CB8347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8347

Black with #CB8347

Text Example


Text Example

White with #CB8347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8347; }

 p { color: rgb(203,131,71); }

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

background-color css

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

 a { background-color: rgb(203,131,71); }

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

border-color css

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

 span { border-color: rgb(203,131,71); }

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