#C08939

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

Shades of Pizza #C08939

Tints of Pizza #C08939

Color information

#C08939 (or 0xC08939) is unknown color: approx Pizza. HEX triplet: C0, 89 and 39. RGB value is (192,137,57). Sum of RGB (Red+Green+Blue) = 192+137+57=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 57 (22.66% from 255 or 14.77% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C08939 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08939 is #3F76C6. Grayscale: #909090. Windows color (decimal): -4159175 or 3770816. OLE color: 3770816.

HSL color Cylindrical-coordinate representation of color #C08939: hue angle of 35.56º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C08939 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB19213757-
CMYK00.290.700.25
HSL35.56º54.22%48.82%-
HSV(B)35.56º70.31%75.29%-
XYZ31.4229.397.89-
YUV144.3278.72162-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.74%
GREEN value IS 137 (53.91% from 255) = 35.49%
BLUE value IS 57 (22.66% from 255) = 14.77%
R=49.74%
G=35.49%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921375700.290.700.2535.5654.2248.82
HexC0893901D4619243631
Octal3002117103510631446661
Binary1100000010001001111001011101100011011001100100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08939; }

 p { color: rgb(192,137,57); }

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

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

 a { background-color: rgb(192,137,57); }

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

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

 span { border-color: rgb(192,137,57); }

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