#36322E

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

Shades of Acadia #36322E

Tints of Acadia #36322E

Color information

#36322E (or 0x36322E) is unknown color: approx Acadia. HEX triplet: 36, 32 and 2E. RGB value is (54,50,46). Sum of RGB (Red+Green+Blue) = 54+50+46=150 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36% from 150); Green value is 50 (19.92% from 255 or 33.33% from 150); Blue value is 46 (18.36% from 255 or 30.67% from 150); Max value from RGB is 54 - color contains mainly: red. Hex color #36322E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36322E is #C9CDD1. Grayscale: #323232. Windows color (decimal): -13225426 or 3027510. OLE color: 3027510.

HSL color Cylindrical-coordinate representation of color #36322E: hue angle of 30º 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 #36322E is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB545046-
CMYK00.070.150.79
HSL30º8%19.61%-
HSV(B)30º14.81%21.18%-
XYZ3.163.263.05-
YUV50.74125.33130.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36%
GREEN value IS 50 (19.92% from 255) = 33.33%
BLUE value IS 46 (18.36% from 255) = 30.67%
R=36%
G=33.33%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54504600.070.150.7930819.61
Hex36322E07F4F1e814
Octal6662560717117361024
Binary11011011001010111001111111100111111110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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