#39342E

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

Shades of Acadia #39342E

Tints of Acadia #39342E

Color information

#39342E (or 0x39342E) is unknown color: approx Acadia. HEX triplet: 39, 34 and 2E. RGB value is (57,52,46). Sum of RGB (Red+Green+Blue) = 57+52+46=155 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.77% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 57 - color contains mainly: red. Hex color #39342E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39342E is #C6CBD1. Grayscale: #343434. Windows color (decimal): -13028306 or 3028025. OLE color: 3028025.

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

Color convert

RGB575246-
CMYK00.090.190.78
HSL32.73º10.68%20.2%-
HSV(B)32.73º19.3%22.35%-
XYZ3.413.523.09-
YUV52.81124.16130.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.77%
GREEN value IS 52 (20.70% from 255) = 33.55%
BLUE value IS 46 (18.36% from 255) = 29.68%
R=36.77%
G=33.55%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57524600.090.190.7832.7310.6820.2
Hex39342E09134E21b14
Octal71645601123116411324
Binary11100111010010111001001100111001110100001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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