#36332F

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

Shades of Acadia #36332F

Tints of Acadia #36332F

Color information

#36332F (or 0x36332F) is unknown color: approx Acadia. HEX triplet: 36, 33 and 2F. RGB value is (54,51,47). Sum of RGB (Red+Green+Blue) = 54+51+47=152 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.53% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 47 (18.75% from 255 or 30.92% from 152); Max value from RGB is 54 - color contains mainly: red. Hex color #36332F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36332F is #C9CCD0. Grayscale: #333333. Windows color (decimal): -13225169 or 3093302. OLE color: 3093302.

HSL color Cylindrical-coordinate representation of color #36332F: hue angle of 34.29º degrees, saturation: 0.07, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #36332F is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB545147-
CMYK00.060.130.79
HSL34.29º6.93%19.8%-
HSV(B)34.29º12.96%21.18%-
XYZ3.223.363.17-
YUV51.44125.49129.83-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.53%
GREEN value IS 51 (20.31% from 255) = 33.55%
BLUE value IS 47 (18.75% from 255) = 30.92%
R=35.53%
G=33.55%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54514700.060.130.7934.296.9319.8
Hex36332F06D4F22714
Octal666357061511742724
Binary11011011001110111101101101100111110001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36332F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,51,47); }

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

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

 a { background-color: rgb(54,51,47); }

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

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

 span { border-color: rgb(54,51,47); }

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