Html Css Color HEX #CB8343 Peru

📋 copy color: '#CB8343'

red 203 ◦ green 131 ◦ blue 67

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

Shades of Peru #CB8343

Tints of Peru #CB8343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 16.71%

R = 50.62%
G = 32.67%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CB8343 (or 0xCB8343) is known color: Peru. HEX triplet: CB, 83 and 43. RGB value is (203,131,67). Sum of RGB (Red+Green+Blue) = 203+131+67=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 67 (26.56% from 255 or 16.71% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8343 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8343 is #347CBC. Grayscale: #919191. Windows color (decimal): -3439805 or 4424651. OLE color: 4424651.

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

Color convert

RGB 203 131 67 -
CMYK 0 0.35 0.67 0.20
HSL 28.24º 0.57% 0.53% -
HSV(B) 28.24º 0.67% 0.8% -
XYZ 33.76 29.33 9.19 -
YUV 145.23 83.85 169.2 -
System Red Green Blue C M Y K H S L
Decimal 203 131 67 0 0.35 0.67 0.20 28.24 0.57 0.53
Hex CB 83 43 0 23 43 14 1C 39 35
Octal 313 203 103 0 43 103 24 34 71 65
Binary 11001011 10000011 1000011 0 100011 1000011 10100 11100 111001 110101

Color Harmonies of #CB8343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8343

Black with #CB8343

Text Example


Text Example

White with #CB8343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8343; }

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

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

background-color css

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

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

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

border-color css

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

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

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