#36322D

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

Shades of Acadia #36322D

Tints of Acadia #36322D

Color information

#36322D (or 0x36322D) is unknown color: approx Acadia. HEX triplet: 36, 32 and 2D. RGB value is (54,50,45). Sum of RGB (Red+Green+Blue) = 54+50+45=149 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.24% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 54 - color contains mainly: red. Hex color #36322D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36322D is #C9CDD2. Grayscale: #323232. Windows color (decimal): -13225427 or 2961974. OLE color: 2961974.

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

Color convert

RGB545045-
CMYK00.070.170.79
HSL33.33º9.09%19.41%-
HSV(B)33.33º16.67%21.18%-
XYZ3.143.252.95-
YUV50.63124.83130.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.24%
GREEN value IS 50 (19.92% from 255) = 33.56%
BLUE value IS 45 (17.97% from 255) = 30.20%
R=36.24%
G=33.56%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54504500.070.170.7933.339.0919.41
Hex36322D07114F21913
Octal6662550721117411123
Binary1101101100101011010111100011001111100001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36322D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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