Html Css Color HEX #CB8B47 Peru

📋 copy color: '#CB8B47'

red 203 ◦ green 139 ◦ blue 71

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

Shades of Peru #CB8B47

Tints of Peru #CB8B47

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.66%

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

R = 49.15%
G = 33.66%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB8B47 (or 0xCB8B47) is known color: Peru. HEX triplet: CB, 8B and 47. RGB value is (203,139,71). Sum of RGB (Red+Green+Blue) = 203+139+71=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 71 (28.12% from 255 or 17.19% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8B47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8B47 is #3474B8. Grayscale: #969696. Windows color (decimal): -3437753 or 4688843. OLE color: 4688843.

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

Color convert

RGB 203 139 71 -
CMYK 0 0.32 0.65 0.20
HSL 30.91º 0.56% 0.54% -
HSV(B) 30.91º 0.65% 0.8% -
XYZ 35 31.62 10.22 -
YUV 150.38 83.2 165.53 -
System Red Green Blue C M Y K H S L
Decimal 203 139 71 0 0.32 0.65 0.20 30.91 0.56 0.54
Hex CB 8B 47 0 20 41 14 1F 38 36
Octal 313 213 107 0 40 101 24 37 70 66
Binary 11001011 10001011 1000111 0 100000 1000001 10100 11111 111000 110110

Color Harmonies of #CB8B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8B47

Black with #CB8B47

Text Example


Text Example

White with #CB8B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8B47; }

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

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

background-color css

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

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

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

border-color css

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

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

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