#C38D35

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

Shades of Pizza #C38D35

Tints of Pizza #C38D35

Color information

#C38D35 (or 0xC38D35) is unknown color: approx Pizza. HEX triplet: C3, 8D and 35. RGB value is (195,141,53). Sum of RGB (Red+Green+Blue) = 195+141+53=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 53 (21.09% from 255 or 13.62% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38D35 is #3C72CA. Grayscale: #939393. Windows color (decimal): -3961547 or 3509699. OLE color: 3509699.

HSL color Cylindrical-coordinate representation of color #C38D35: hue angle of 37.18º 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 #C38D35 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB19514153-
CMYK00.280.730.24
HSL37.18º57.26%48.63%-
HSV(B)37.18º72.82%76.47%-
XYZ32.6730.917.61-
YUV147.1174.89162.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.13%
GREEN value IS 141 (55.47% from 255) = 36.25%
BLUE value IS 53 (21.09% from 255) = 13.62%
R=50.13%
G=36.25%
B=13.62%

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
Decimal1951415300.280.730.2437.1857.2648.63
HexC38D3501C4918253931
Octal3032156503411130457161
Binary1100001110001101110101011100100100111000100101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38D35; }

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

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

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

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

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

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

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

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