#39330C

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

Shades of Maire #39330C

Tints of Maire #39330C

Color information

#39330C (or 0x39330C) is unknown color: approx Maire. HEX triplet: 39, 33 and 0C. RGB value is (57,51,12). Sum of RGB (Red+Green+Blue) = 57+51+12=120 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.5% from 120); Green value is 51 (20.31% from 255 or 42.5% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 57 - color contains mainly: red. Hex color #39330C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39330C is #C6CCF3. Grayscale: #303030. Windows color (decimal): -13028596 or 799545. OLE color: 799545.

HSL color Cylindrical-coordinate representation of color #39330C: hue angle of 52º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #39330C is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB575112-
CMYK00.110.790.78
HSL52º65.22%13.53%-
HSV(B)52º78.95%22.35%-
XYZ2.943.260.82-
YUV48.35107.49134.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 47.5%
GREEN value IS 51 (20.31% from 255) = 42.5%
BLUE value IS 12 (5.08% from 255) = 10%
R=47.5%
G=42.5%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57511200.110.790.785265.2213.53
Hex3933C0B4F4E3441e
Octal7163140131171166410116
Binary1110011100111100010111001111100111011010010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39330C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39330C; }

 p { color: rgb(57,51,12); }

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

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

 a { background-color: rgb(57,51,12); }

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

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

 span { border-color: rgb(57,51,12); }

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