#39342F

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

Shades of Acadia #39342F

Tints of Acadia #39342F

Color information

#39342F (or 0x39342F) is unknown color: approx Acadia. HEX triplet: 39, 34 and 2F. RGB value is (57,52,47). Sum of RGB (Red+Green+Blue) = 57+52+47=156 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.54% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 57 - color contains mainly: red. Hex color #39342F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39342F is #C6CBD0. Grayscale: #343434. Windows color (decimal): -13028305 or 3093561. OLE color: 3093561.

HSL color Cylindrical-coordinate representation of color #39342F: hue angle of 30º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #39342F is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB575247-
CMYK00.090.180.78
HSL30º9.62%20.39%-
HSV(B)30º17.54%22.35%-
XYZ3.433.533.19-
YUV52.92124.66130.91-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.54%
GREEN value IS 52 (20.70% from 255) = 33.33%
BLUE value IS 47 (18.75% from 255) = 30.13%
R=36.54%
G=33.33%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57524700.090.180.78309.6220.39
Hex39342F09124E1ea14
Octal71645701122116361224
Binary1110011101001011110100110010100111011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39342F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39342F; }

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

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

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

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

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

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

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

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