#39340E

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

Shades of Maire #39340E

Tints of Maire #39340E

Color information

#39340E (or 0x39340E) is unknown color: approx Maire. HEX triplet: 39, 34 and 0E. RGB value is (57,52,14). Sum of RGB (Red+Green+Blue) = 57+52+14=123 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.34% from 123); Green value is 52 (20.70% from 255 or 42.28% from 123); Blue value is 14 (5.86% from 255 or 11.38% from 123); Max value from RGB is 57 - color contains mainly: red. Hex color #39340E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39340E is #C6CBF1. Grayscale: #313131. Windows color (decimal): -13028338 or 930873. OLE color: 930873.

HSL color Cylindrical-coordinate representation of color #39340E: hue angle of 53.02º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39340E is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB575214-
CMYK00.090.750.78
HSL53.02º60.56%13.92%-
HSV(B)53.02º75.44%22.35%-
XYZ2.993.360.91-
YUV49.16108.16133.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 46.34%
GREEN value IS 52 (20.70% from 255) = 42.28%
BLUE value IS 14 (5.86% from 255) = 11.38%
R=46.34%
G=42.28%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57521400.090.750.7853.0260.5613.92
Hex3934E094B4E353de
Octal716416011113116657516
Binary111001110100111001001100101110011101101011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39340E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39340E; }

 p { color: rgb(57,52,14); }

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

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

 a { background-color: rgb(57,52,14); }

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

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

 span { border-color: rgb(57,52,14); }

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