#35322F

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

Shades of Acadia #35322F

Tints of Acadia #35322F

Color information

#35322F (or 0x35322F) is unknown color: approx Acadia. HEX triplet: 35, 32 and 2F. RGB value is (53,50,47). Sum of RGB (Red+Green+Blue) = 53+50+47=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 50 (19.92% from 255 or 33.33% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 53 - color contains mainly: red. Hex color #35322F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35322F is #CACDD0. Grayscale: #323232. Windows color (decimal): -13290961 or 3093045. OLE color: 3093045.

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

Color convert

RGB535047-
CMYK00.060.110.79
HSL30º6%19.61%-
HSV(B)30º11.32%20.78%-
XYZ3.123.243.15-
YUV50.55125.99129.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.33%
GREEN value IS 50 (19.92% from 255) = 33.33%
BLUE value IS 47 (18.75% from 255) = 31.33%
R=35.33%
G=33.33%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53504700.060.110.7930619.61
Hex35322F06B4F1e614
Octal656257061311736624
Binary1101011100101011110110101110011111111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35322F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,50,47); }

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

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

 a { background-color: rgb(53,50,47); }

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

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

 span { border-color: rgb(53,50,47); }

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