#3A322A

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

Shades of Acadia #3A322A

Tints of Acadia #3A322A

Color information

#3A322A (or 0x3A322A) is unknown color: approx Acadia. HEX triplet: 3A, 32 and 2A. RGB value is (58,50,42). Sum of RGB (Red+Green+Blue) = 58+50+42=150 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.67% from 150); Green value is 50 (19.92% from 255 or 33.33% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 58 - color contains mainly: red. Hex color #3A322A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A322A is #C5CDD5. Grayscale: #333333. Windows color (decimal): -12963286 or 2765370. OLE color: 2765370.

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

Color convert

RGB585042-
CMYK00.140.280.77
HSL30º16%19.61%-
HSV(B)30º27.59%22.75%-
XYZ3.33.352.66-
YUV51.48122.65132.65-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 38.67%
GREEN value IS 50 (19.92% from 255) = 33.33%
BLUE value IS 42 (16.80% from 255) = 28%
R=38.67%
G=33.33%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58504200.140.280.77301619.61
Hex3A322A0E1C4D1e1014
Octal72625201634115362024
Binary11101011001010101001110111001001101111101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,50,42); }

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

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

 a { background-color: rgb(58,50,42); }

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

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

 span { border-color: rgb(58,50,42); }

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