#C58D33

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

Shades of Pizza #C58D33

Tints of Pizza #C58D33

Color information

#C58D33 (or 0xC58D33) is unknown color: approx Pizza. HEX triplet: C5, 8D and 33. RGB value is (197,141,51). Sum of RGB (Red+Green+Blue) = 197+141+51=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 51 (20.31% from 255 or 13.11% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58D33 is #3A72CC. Grayscale: #939393. Windows color (decimal): -3830477 or 3378629. OLE color: 3378629.

HSL color Cylindrical-coordinate representation of color #C58D33: hue angle of 36.99º degrees, saturation: 0.59, 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 #C58D33 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB19714151-
CMYK00.280.740.23
HSL36.99º58.87%48.63%-
HSV(B)36.99º74.11%77.25%-
XYZ33.1531.167.4-
YUV147.4873.55163.32-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.64%
GREEN value IS 141 (55.47% from 255) = 36.25%
BLUE value IS 51 (20.31% from 255) = 13.11%
R=50.64%
G=36.25%
B=13.11%

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
Decimal1971415100.280.740.2336.9958.8748.63
HexC58D3301C4A17253b31
Octal3052156303411227457361
Binary1100010110001101110011011100100101010111100101111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58D33; }

 p { color: rgb(197,141,51); }

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

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

 a { background-color: rgb(197,141,51); }

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

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

 span { border-color: rgb(197,141,51); }

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