#3A342D

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

Shades of Acadia #3A342D

Tints of Acadia #3A342D

Color information

#3A342D (or 0x3A342D) is unknown color: approx Acadia. HEX triplet: 3A, 34 and 2D. RGB value is (58,52,45). Sum of RGB (Red+Green+Blue) = 58+52+45=155 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.42% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 58 - color contains mainly: red. Hex color #3A342D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A342D is #C5CBD2. Grayscale: #353535. Windows color (decimal): -12962771 or 2962490. OLE color: 2962490.

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

Color convert

RGB585245-
CMYK00.100.220.77
HSL32.31º12.62%20.2%-
HSV(B)32.31º22.41%22.75%-
XYZ3.453.542.99-
YUV53123.49131.57-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 37.42%
GREEN value IS 52 (20.70% from 255) = 33.55%
BLUE value IS 45 (17.97% from 255) = 29.03%
R=37.42%
G=33.55%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58524500.100.220.7732.3112.6220.2
Hex3A342D0A164D20d14
Octal72645501226115401524
Binary11101011010010110101010101101001101100000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A342D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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