#C58E34

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

Shades of Pizza #C58E34

Tints of Pizza #C58E34

Color information

#C58E34 (or 0xC58E34) is unknown color: approx Pizza. HEX triplet: C5, 8E and 34. RGB value is (197,142,52). Sum of RGB (Red+Green+Blue) = 197+142+52=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 52 (20.70% from 255 or 13.30% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C58E34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58E34 is #3A71CB. Grayscale: #949494. Windows color (decimal): -3830220 or 3444421. OLE color: 3444421.

HSL color Cylindrical-coordinate representation of color #C58E34: hue angle of 37.24º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C58E34 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB19714252-
CMYK00.280.740.23
HSL37.24º58.23%48.82%-
HSV(B)37.24º73.6%77.25%-
XYZ33.3231.467.57-
YUV148.1873.72162.82-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.38%
GREEN value IS 142 (55.86% from 255) = 36.32%
BLUE value IS 52 (20.70% from 255) = 13.30%
R=50.38%
G=36.32%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971425200.280.740.2337.2458.2348.82
HexC58E3401C4A17253a31
Octal3052166403411227457261
Binary1100010110001110110100011100100101010111100101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58E34; }

 p { color: rgb(197,142,52); }

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

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

 a { background-color: rgb(197,142,52); }

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

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

 span { border-color: rgb(197,142,52); }

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