#39332B

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

Shades of Acadia #39332B

Tints of Acadia #39332B

Color information

#39332B (or 0x39332B) is unknown color: approx Acadia. HEX triplet: 39, 33 and 2B. RGB value is (57,51,43). Sum of RGB (Red+Green+Blue) = 57+51+43=151 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.75% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 57 - color contains mainly: red. Hex color #39332B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39332B is #C6CCD4. Grayscale: #333333. Windows color (decimal): -13028565 or 2831161. OLE color: 2831161.

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

Color convert

RGB575143-
CMYK00.110.250.78
HSL34.29º14%19.61%-
HSV(B)34.29º24.56%22.35%-
XYZ3.313.412.77-
YUV51.88122.99131.65-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.75%
GREEN value IS 51 (20.31% from 255) = 33.77%
BLUE value IS 43 (17.19% from 255) = 28.48%
R=37.75%
G=33.77%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57514300.110.250.7834.291419.61
Hex39332B0B194E22e14
Octal71635301331116421624
Binary11100111001110101101011110011001110100010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39332B; }

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

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

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

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

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

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

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

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