#C09239

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

Shades of Pizza #C09239

Tints of Pizza #C09239

Color information

#C09239 (or 0xC09239) is unknown color: approx Pizza. HEX triplet: C0, 92 and 39. RGB value is (192,146,57). Sum of RGB (Red+Green+Blue) = 192+146+57=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 57 (22.66% from 255 or 14.43% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C09239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09239 is #3F6DC6. Grayscale: #969696. Windows color (decimal): -4156871 or 3773120. OLE color: 3773120.

HSL color Cylindrical-coordinate representation of color #C09239: hue angle of 39.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 #C09239 is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB19214657-
CMYK00.240.700.25
HSL39.56º54.22%48.82%-
HSV(B)39.56º70.31%75.29%-
XYZ32.7632.068.33-
YUV149.6175.74158.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.61%
GREEN value IS 146 (57.42% from 255) = 36.96%
BLUE value IS 57 (22.66% from 255) = 14.43%
R=48.61%
G=36.96%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921465700.240.700.2539.5654.2248.82
HexC092390184619283631
Octal3002227103010631506661
Binary1100000010010010111001011000100011011001101000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09239; }

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

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

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

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

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

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

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

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