Html Css Color HEX #CB8340 Peru

📋 copy color: '#CB8340'

red 203 ◦ green 131 ◦ blue 64

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

Shades of Peru #CB8340

Tints of Peru #CB8340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.08%

R = 51.01%
G = 32.91%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB8340 (or 0xCB8340) is known color: Peru. HEX triplet: CB, 83 and 40. RGB value is (203,131,64). Sum of RGB (Red+Green+Blue) = 203+131+64=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8340 is #347CBF. Grayscale: #919191. Windows color (decimal): -3439808 or 4228043. OLE color: 4228043.

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

Color convert

RGB 203 131 64 -
CMYK 0 0.35 0.68 0.20
HSL 28.92º 0.57% 0.52% -
HSV(B) 28.92º 0.68% 0.8% -
XYZ 33.67 29.3 8.73 -
YUV 144.89 82.35 169.45 -
System Red Green Blue C M Y K H S L
Decimal 203 131 64 0 0.35 0.68 0.20 28.92 0.57 0.52
Hex CB 83 40 0 23 44 14 1D 39 34
Octal 313 203 100 0 43 104 24 35 71 64
Binary 11001011 10000011 1000000 0 100011 1000100 10100 11101 111001 110100

Color Harmonies of #CB8340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8340

Black with #CB8340

Text Example


Text Example

White with #CB8340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8340; }

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

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

background-color css

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

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

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

border-color css

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

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

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