#39322A

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

Shades of Acadia #39322A

Tints of Acadia #39322A

Color information

#39322A (or 0x39322A) is unknown color: approx Acadia. HEX triplet: 39, 32 and 2A. RGB value is (57,50,42). Sum of RGB (Red+Green+Blue) = 57+50+42=149 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.26% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 57 - color contains mainly: red. Hex color #39322A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39322A is #C6CDD5. Grayscale: #333333. Windows color (decimal): -13028822 or 2765369. OLE color: 2765369.

HSL color Cylindrical-coordinate representation of color #39322A: hue angle of 32º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #39322A is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.78.

Color convert

RGB575042-
CMYK00.120.260.78
HSL32º15.15%19.41%-
HSV(B)32º26.32%22.35%-
XYZ3.253.322.66-
YUV51.18122.82132.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.26%
GREEN value IS 50 (19.92% from 255) = 33.56%
BLUE value IS 42 (16.80% from 255) = 28.19%
R=38.26%
G=33.56%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57504200.120.260.783215.1519.41
Hex39322A0C1A4E20f13
Octal71625201432116401723
Binary11100111001010101001100110101001110100000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39322A; }

 p { color: rgb(57,50,42); }

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

<style>
 a { background-color: #39322A; }

 a { background-color: rgb(57,50,42); }

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

<style>
 span { border-color: #39322A; }

 span { border-color: rgb(57,50,42); }

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