Html Css Color HEX #CB8747 Peru

📋 copy color: '#CB8747'

red 203 ◦ green 135 ◦ blue 71

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

Shades of Peru #CB8747

Tints of Peru #CB8747

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.01%

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

R = 49.63%
G = 33.01%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB8747 (or 0xCB8747) is known color: Peru. HEX triplet: CB, 87 and 47. RGB value is (203,135,71). Sum of RGB (Red+Green+Blue) = 203+135+71=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 71 (28.12% from 255 or 17.36% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8747 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8747 is #3478B8. Grayscale: #949494. Windows color (decimal): -3438777 or 4687819. OLE color: 4687819.

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

Color convert

RGB 203 135 71 -
CMYK 0 0.33 0.65 0.20
HSL 29.09º 0.56% 0.54% -
HSV(B) 29.09º 0.65% 0.8% -
XYZ 34.43 30.48 10.03 -
YUV 148.04 84.53 167.2 -
System Red Green Blue C M Y K H S L
Decimal 203 135 71 0 0.33 0.65 0.20 29.09 0.56 0.54
Hex CB 87 47 0 21 41 14 1D 38 36
Octal 313 207 107 0 41 101 24 35 70 66
Binary 11001011 10000111 1000111 0 100001 1000001 10100 11101 111000 110110

Color Harmonies of #CB8747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8747

Black with #CB8747

Text Example


Text Example

White with #CB8747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8747; }

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

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

background-color css

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

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

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

border-color css

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

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

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