Html Css Color HEX #CB8545 Peru

📋 copy color: '#CB8545'

red 203 ◦ green 133 ◦ blue 69

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

Shades of Peru #CB8545

Tints of Peru #CB8545

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.84%

 BLUE value IS 69 (27.34% from 255) = 17.04%

R = 50.12%
G = 32.84%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CB8545 (or 0xCB8545) is known color: Peru. HEX triplet: CB, 85 and 45. RGB value is (203,133,69). Sum of RGB (Red+Green+Blue) = 203+133+69=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 69 (27.34% from 255 or 17.04% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8545 is #347ABA. Grayscale: #929292. Windows color (decimal): -3439291 or 4556235. OLE color: 4556235.

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

Color convert

RGB 203 133 69 -
CMYK 0 0.34 0.66 0.20
HSL 28.66º 0.56% 0.53% -
HSV(B) 28.66º 0.66% 0.8% -
XYZ 34.09 29.9 9.6 -
YUV 146.63 84.19 168.2 -
System Red Green Blue C M Y K H S L
Decimal 203 133 69 0 0.34 0.66 0.20 28.66 0.56 0.53
Hex CB 85 45 0 22 42 14 1D 38 35
Octal 313 205 105 0 42 102 24 35 70 65
Binary 11001011 10000101 1000101 0 100010 1000010 10100 11101 111000 110101

Color Harmonies of #CB8545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8545

Black with #CB8545

Text Example


Text Example

White with #CB8545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8545; }

 p { color: rgb(203,133,69); }

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

background-color css

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

 a { background-color: rgb(203,133,69); }

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

border-color css

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

 span { border-color: rgb(203,133,69); }

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