#C38D39

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

Shades of Pizza #C38D39

Tints of Pizza #C38D39

Color information

#C38D39 (or 0xC38D39) is unknown color: approx Pizza. HEX triplet: C3, 8D and 39. RGB value is (195,141,57). Sum of RGB (Red+Green+Blue) = 195+141+57=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 57 (22.66% from 255 or 14.50% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38D39 is #3C72C6. Grayscale: #939393. Windows color (decimal): -3961543 or 3771843. OLE color: 3771843.

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

Color convert

RGB19514157-
CMYK00.280.710.24
HSL36.52º54.76%49.41%-
HSV(B)36.52º70.77%76.47%-
XYZ32.7730.958.12-
YUV147.5776.89161.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.62%
GREEN value IS 141 (55.47% from 255) = 35.88%
BLUE value IS 57 (22.66% from 255) = 14.50%
R=49.62%
G=35.88%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951415700.280.710.2436.5254.7649.41
HexC38D3901C4718253731
Octal3032157103410730456761
Binary1100001110001101111001011100100011111000100101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38D39; }

 p { color: rgb(195,141,57); }

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

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

 a { background-color: rgb(195,141,57); }

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

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

 span { border-color: rgb(195,141,57); }

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