#C38C35

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

Shades of Pizza #C38C35

Tints of Pizza #C38C35

Color information

#C38C35 (or 0xC38C35) is unknown color: approx Pizza. HEX triplet: C3, 8C and 35. RGB value is (195,140,53). Sum of RGB (Red+Green+Blue) = 195+140+53=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 53 (21.09% from 255 or 13.66% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38C35 is #3C73CA. Grayscale: #929292. Windows color (decimal): -3961803 or 3509443. OLE color: 3509443.

HSL color Cylindrical-coordinate representation of color #C38C35: hue angle of 36.76º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C38C35 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB19514053-
CMYK00.280.730.24
HSL36.76º57.26%48.63%-
HSV(B)36.76º72.82%76.47%-
XYZ32.5330.627.56-
YUV146.5375.22162.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.26%
GREEN value IS 140 (55.08% from 255) = 36.08%
BLUE value IS 53 (21.09% from 255) = 13.66%
R=50.26%
G=36.08%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951405300.280.730.2436.7657.2648.63
HexC38C3501C4918253931
Octal3032146503411130457161
Binary1100001110001100110101011100100100111000100101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38C35; }

 p { color: rgb(195,140,53); }

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

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

 a { background-color: rgb(195,140,53); }

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

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

 span { border-color: rgb(195,140,53); }

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