#3A3732

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

Shades of Acadia #3A3732

Tints of Acadia #3A3732

Color information

#3A3732 (or 0x3A3732) is unknown color: approx Acadia. HEX triplet: 3A, 37 and 32. RGB value is (58,55,50). Sum of RGB (Red+Green+Blue) = 58+55+50=163 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.58% from 163); Green value is 55 (21.88% from 255 or 33.74% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3732 is #C5C8CD. Grayscale: #373737. Windows color (decimal): -12961998 or 3290938. OLE color: 3290938.

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

Color convert

RGB585550-
CMYK00.050.140.77
HSL37.5º7.41%21.18%-
HSV(B)37.5º13.79%22.75%-
XYZ3.693.863.57-
YUV55.33124.99129.91-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 35.58%
GREEN value IS 55 (21.88% from 255) = 33.74%
BLUE value IS 50 (19.92% from 255) = 30.67%
R=35.58%
G=33.74%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58555000.050.140.7737.57.4121.18
Hex3A373205E4D26715
Octal726762051611546725
Binary11101011011111001001011110100110110011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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