#34322F

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

Shades of Acadia #34322F

Tints of Acadia #34322F

Color information

#34322F (or 0x34322F) is unknown color: approx Acadia. HEX triplet: 34, 32 and 2F. RGB value is (52,50,47). Sum of RGB (Red+Green+Blue) = 52+50+47=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 52 - color contains mainly: red. Hex color #34322F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34322F is #CBCDD0. Grayscale: #323232. Windows color (decimal): -13356497 or 3093044. OLE color: 3093044.

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

Color convert

RGB525047-
CMYK00.040.100.80
HSL36º5.05%19.41%-
HSV(B)36º9.62%20.39%-
XYZ3.073.223.15-
YUV50.26126.16129.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.90%
GREEN value IS 50 (19.92% from 255) = 33.56%
BLUE value IS 47 (18.75% from 255) = 31.54%
R=34.90%
G=33.56%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52504700.040.100.80365.0519.41
Hex34322F04A5024513
Octal646257041212044523
Binary11010011001010111101001010101000010010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34322F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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