#C38E35

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

Shades of Pizza #C38E35

Tints of Pizza #C38E35

Color information

#C38E35 (or 0xC38E35) is unknown color: approx Pizza. HEX triplet: C3, 8E and 35. RGB value is (195,142,53). Sum of RGB (Red+Green+Blue) = 195+142+53=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 142 (55.86% from 255 or 36.41% from 390); Blue value is 53 (21.09% from 255 or 13.59% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38E35 is #3C71CA. Grayscale: #949494. Windows color (decimal): -3961291 or 3509955. OLE color: 3509955.

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

Color convert

RGB19514253-
CMYK00.270.730.24
HSL37.61º57.26%48.63%-
HSV(B)37.61º72.82%76.47%-
XYZ32.8231.217.66-
YUV147.774.56161.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50%
GREEN value IS 142 (55.86% from 255) = 36.41%
BLUE value IS 53 (21.09% from 255) = 13.59%
R=50%
G=36.41%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951425300.270.730.2437.6157.2648.63
HexC38E3501B4918263931
Octal3032166503311130467161
Binary1100001110001110110101011011100100111000100110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38E35; }

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

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

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

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

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

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

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

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