#C38E3B

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

Shades of Pizza #C38E3B

Tints of Pizza #C38E3B

Color information

#C38E3B (or 0xC38E3B) is unknown color: approx Pizza. HEX triplet: C3, 8E and 3B. RGB value is (195,142,59). Sum of RGB (Red+Green+Blue) = 195+142+59=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 59 (23.44% from 255 or 14.90% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38E3B is #3C71C4. Grayscale: #949494. Windows color (decimal): -3961285 or 3903171. OLE color: 3903171.

HSL color Cylindrical-coordinate representation of color #C38E3B: hue angle of 36.62º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C38E3B is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB19514259-
CMYK00.270.700.24
HSL36.62º53.54%49.8%-
HSV(B)36.62º69.74%76.47%-
XYZ32.9731.268.43-
YUV148.3877.56161.25-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.24%
GREEN value IS 142 (55.86% from 255) = 35.86%
BLUE value IS 59 (23.44% from 255) = 14.90%
R=49.24%
G=35.86%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951425900.270.700.2436.6253.5449.8
HexC38E3B01B4618253632
Octal3032167303310630456662
Binary1100001110001110111011011011100011011000100101110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38E3B; }

 p { color: rgb(195,142,59); }

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

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

 a { background-color: rgb(195,142,59); }

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

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

 span { border-color: rgb(195,142,59); }

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