Html Css Color HEX #CB8348 Peru

📋 copy color: '#CB8348'

red 203 ◦ green 131 ◦ blue 72

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

Shades of Peru #CB8348

Tints of Peru #CB8348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.73%

R = 50%
G = 32.27%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB8348 (or 0xCB8348) is known color: Peru. HEX triplet: CB, 83 and 48. RGB value is (203,131,72). Sum of RGB (Red+Green+Blue) = 203+131+72=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 72 (28.52% from 255 or 17.73% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8348 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8348 is #347CB7. Grayscale: #929292. Windows color (decimal): -3439800 or 4752331. OLE color: 4752331.

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

Color convert

RGB 203 131 72 -
CMYK 0 0.35 0.65 0.20
HSL 27.02º 0.56% 0.54% -
HSV(B) 27.02º 0.65% 0.8% -
XYZ 33.91 29.4 10.02 -
YUV 145.8 86.35 168.8 -
System Red Green Blue C M Y K H S L
Decimal 203 131 72 0 0.35 0.65 0.20 27.02 0.56 0.54
Hex CB 83 48 0 23 41 14 1B 38 36
Octal 313 203 110 0 43 101 24 33 70 66
Binary 11001011 10000011 1001000 0 100011 1000001 10100 11011 111000 110110

Color Harmonies of #CB8348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8348

Black with #CB8348

Text Example


Text Example

White with #CB8348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8348; }

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

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

background-color css

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

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

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

border-color css

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

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

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