Html Css Color HEX #CB8649 Peru

📋 copy color: '#CB8649'

red 203 ◦ green 134 ◦ blue 73

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

Shades of Peru #CB8649

Tints of Peru #CB8649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 17.8%

R = 49.51%
G = 32.68%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB8649 (or 0xCB8649) is known color: Peru. HEX triplet: CB, 86 and 49. RGB value is (203,134,73). Sum of RGB (Red+Green+Blue) = 203+134+73=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 73 (28.91% from 255 or 17.80% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8649 is #3479B6. Grayscale: #939393. Windows color (decimal): -3439031 or 4818635. OLE color: 4818635.

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

Color convert

RGB 203 134 73 -
CMYK 0 0.34 0.64 0.20
HSL 28.15º 0.56% 0.54% -
HSV(B) 28.15º 0.64% 0.8% -
XYZ 34.36 30.23 10.33 -
YUV 147.68 85.86 167.46 -
System Red Green Blue C M Y K H S L
Decimal 203 134 73 0 0.34 0.64 0.20 28.15 0.56 0.54
Hex CB 86 49 0 22 40 14 1C 38 36
Octal 313 206 111 0 42 100 24 34 70 66
Binary 11001011 10000110 1001001 0 100010 1000000 10100 11100 111000 110110

Color Harmonies of #CB8649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8649

Black with #CB8649

Text Example


Text Example

White with #CB8649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8649; }

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

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

background-color css

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

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

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

border-color css

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

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

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