#34322E

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

Shades of Acadia #34322E

Tints of Acadia #34322E

Color information

#34322E (or 0x34322E) is unknown color: approx Acadia. HEX triplet: 34, 32 and 2E. RGB value is (52,50,46). Sum of RGB (Red+Green+Blue) = 52+50+46=148 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.14% from 148); Green value is 50 (19.92% from 255 or 33.78% from 148); Blue value is 46 (18.36% from 255 or 31.08% from 148); Max value from RGB is 52 - color contains mainly: red. Hex color #34322E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34322E is #CBCDD1. Grayscale: #323232. Windows color (decimal): -13356498 or 3027508. OLE color: 3027508.

HSL color Cylindrical-coordinate representation of color #34322E: hue angle of 40º degrees, saturation: 0.06, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #34322E is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.80.

Color convert

RGB525046-
CMYK00.040.120.80
HSL40º6.12%19.22%-
HSV(B)40º11.54%20.39%-
XYZ3.053.213.04-
YUV50.14125.66129.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.14%
GREEN value IS 50 (19.92% from 255) = 33.78%
BLUE value IS 46 (18.36% from 255) = 31.08%
R=35.14%
G=33.78%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52504600.040.120.80406.1219.22
Hex34322E04C5028613
Octal646256041412050623
Binary11010011001010111001001100101000010100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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