#36332E

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

Shades of Acadia #36332E

Tints of Acadia #36332E

Color information

#36332E (or 0x36332E) is unknown color: approx Acadia. HEX triplet: 36, 33 and 2E. RGB value is (54,51,46). Sum of RGB (Red+Green+Blue) = 54+51+46=151 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.76% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 54 - color contains mainly: red. Hex color #36332E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36332E is #C9CCD1. Grayscale: #333333. Windows color (decimal): -13225170 or 3027766. OLE color: 3027766.

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

Color convert

RGB545146-
CMYK00.060.150.79
HSL37.5º8%19.61%-
HSV(B)37.5º14.81%21.18%-
XYZ3.23.353.06-
YUV51.33124.99129.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.76%
GREEN value IS 51 (20.31% from 255) = 33.77%
BLUE value IS 46 (18.36% from 255) = 30.46%
R=35.76%
G=33.77%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54514600.060.150.7937.5819.61
Hex36332E06F4F26814
Octal6663560617117461024
Binary110110110011101110011011111001111100110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36332E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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