#C08B3E

Color #C08B3E Pizza (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pizza #C08B3E

Tints of Pizza #C08B3E

Color information

#C08B3E (or 0xC08B3E) is unknown color: approx Pizza. HEX triplet: C0, 8B and 3E. RGB value is (192,139,62). Sum of RGB (Red+Green+Blue) = 192+139+62=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 62 (24.61% from 255 or 15.78% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C08B3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08B3E is #3F74C1. Grayscale: #929292. Windows color (decimal): -4158658 or 4099008. OLE color: 4099008.

HSL color Cylindrical-coordinate representation of color #C08B3E: hue angle of 35.54º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C08B3E is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB19213962-
CMYK00.280.680.25
HSL35.54º51.18%49.8%-
HSV(B)35.54º67.71%75.29%-
XYZ31.8430.028.67-
YUV146.0780.56160.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.85%
GREEN value IS 139 (54.69% from 255) = 35.37%
BLUE value IS 62 (24.61% from 255) = 15.78%
R=48.85%
G=35.37%
B=15.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921396200.280.680.2535.5451.1849.8
HexC08B3E01C4419243332
Octal3002137603410431446362
Binary1100000010001011111110011100100010011001100100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08B3E; }

 p { color: rgb(192,139,62); }

 H1.HeaderClassName
 {
   color: #C08B3E;
 }
 .AnyTagClassName
 {
   color: #C08B3E;
 }
</style>
background-color css

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

 a { background-color: rgb(192,139,62); }

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

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

 span { border-color: rgb(192,139,62); }

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