#36322C

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

Shades of Acadia #36322C

Tints of Acadia #36322C

Color information

#36322C (or 0x36322C) is unknown color: approx Acadia. HEX triplet: 36, 32 and 2C. RGB value is (54,50,44). Sum of RGB (Red+Green+Blue) = 54+50+44=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 50 (19.92% from 255 or 33.78% from 148); Blue value is 44 (17.58% from 255 or 29.73% from 148); Max value from RGB is 54 - color contains mainly: red. Hex color #36322C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36322C is #C9CDD3. Grayscale: #323232. Windows color (decimal): -13225428 or 2896438. OLE color: 2896438.

HSL color Cylindrical-coordinate representation of color #36322C: hue angle of 36º degrees, saturation: 0.1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #36322C is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB545044-
CMYK00.070.190.79
HSL36º10.2%19.22%-
HSV(B)36º18.52%21.18%-
XYZ3.123.252.85-
YUV50.51124.33130.49-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.49%
GREEN value IS 50 (19.92% from 255) = 33.78%
BLUE value IS 44 (17.58% from 255) = 29.73%
R=36.49%
G=33.78%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54504400.070.190.793610.219.22
Hex36322C07134F24a13
Octal6662540723117441223
Binary1101101100101011000111100111001111100100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36322C; }

 p { color: rgb(54,50,44); }

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

<style>
 a { background-color: #36322C; }

 a { background-color: rgb(54,50,44); }

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

<style>
 span { border-color: #36322C; }

 span { border-color: rgb(54,50,44); }

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