Html Css Color HEX #C08736 Pizza

📋 copy color: '#C08736'

red 192 ◦ green 135 ◦ blue 54

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

Shades of Pizza #C08736

Tints of Pizza #C08736

RGB

 RED value IS 192 (75.39% from 255) = 50.39%

 GREEN value IS 135 (53.13% from 255) = 35.43%

 BLUE value IS 54 (21.48% from 255) = 14.17%

R = 50.39%
G = 35.43%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C08736 (or 0xC08736) is known color: Pizza. HEX triplet: C0, 87 and 36. RGB value is (192,135,54). Sum of RGB (Red+Green+Blue) = 192+135+54=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 54 (21.48% from 255 or 14.17% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C08736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08736 is #3F78C9. Grayscale: #8F8F8F. Windows color (decimal): -4159690 or 3573696. OLE color: 3573696.

HSL color Cylindrical-coordinate representation of color #C08736: hue angle of 35.22º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C08736 is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 135 54 -
CMYK 0 0.30 0.72 0.25
HSL 35.22º 0.56% 0.48% -
HSV(B) 35.22º 0.72% 0.75% -
XYZ 31.07 28.8 7.41 -
YUV 142.81 77.88 163.09 -
System Red Green Blue C M Y K H S L
Decimal 192 135 54 0 0.30 0.72 0.25 35.22 0.56 0.48
Hex C0 87 36 0 1E 48 19 23 38 30
Octal 300 207 66 0 36 110 31 43 70 60
Binary 11000000 10000111 110110 0 11110 1001000 11001 100011 111000 110000

Color Harmonies of #C08736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08736

Black with #C08736

Text Example


Text Example

White with #C08736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08736; }

 p { color: rgb(192,135,54); }

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

background-color css

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

 a { background-color: rgb(192,135,54); }

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

border-color css

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

 span { border-color: rgb(192,135,54); }

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