#3A342C

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

Shades of Acadia #3A342C

Tints of Acadia #3A342C

Color information

#3A342C (or 0x3A342C) is unknown color: approx Acadia. HEX triplet: 3A, 34 and 2C. RGB value is (58,52,44). Sum of RGB (Red+Green+Blue) = 58+52+44=154 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.66% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 44 (17.58% from 255 or 28.57% from 154); Max value from RGB is 58 - color contains mainly: red. Hex color #3A342C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A342C is #C5CBD3. Grayscale: #343434. Windows color (decimal): -12962772 or 2896954. OLE color: 2896954.

HSL color Cylindrical-coordinate representation of color #3A342C: hue angle of 34.29º degrees, saturation: 0.14, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3A342C is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.77.

Color convert

RGB585244-
CMYK00.100.240.77
HSL34.29º13.73%20%-
HSV(B)34.29º24.14%22.75%-
XYZ3.433.542.89-
YUV52.88122.99131.65-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 37.66%
GREEN value IS 52 (20.70% from 255) = 33.77%
BLUE value IS 44 (17.58% from 255) = 28.57%
R=37.66%
G=33.77%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58524400.100.240.7734.2913.7320
Hex3A342C0A184D22e14
Octal72645401230115421624
Binary11101011010010110001010110001001101100010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A342C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A342C; }

 p { color: rgb(58,52,44); }

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

<style>
 a { background-color: #3A342C; }

 a { background-color: rgb(58,52,44); }

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

<style>
 span { border-color: #3A342C; }

 span { border-color: rgb(58,52,44); }

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