Html Css Color HEX #3A3229 Acadia

📋 copy color: '#3A3229'

red 58 ◦ green 50 ◦ blue 41

#3A3229
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Acadia #3A3229

Tints of Acadia #3A3229

RGB

 RED value IS 58 (23.05% from 255) = 38.93%

 GREEN value IS 50 (19.92% from 255) = 33.56%

 BLUE value IS 41 (16.41% from 255) = 27.52%

R = 38.93%
G = 33.56%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.77

RGB Variations

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

Color information

#3A3229 (or 0x3A3229) is known color: Acadia. HEX triplet: 3A, 32 and 29. RGB value is (58,50,41). Sum of RGB (Red+Green+Blue) = 58+50+41=149 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.93% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3229 is #C5CDD6. Grayscale: #333333. Windows color (decimal): -12963287 or 2699834. OLE color: 2699834.

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

Color convert

RGB 58 50 41 -
CMYK 0 0.14 0.29 0.77
HSL 31.76º 0.17% 0.19% -
HSV(B) 31.76º 0.29% 0.23% -
XYZ 3.29 3.34 2.57 -
YUV 51.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 58 50 41 0 0.14 0.29 0.77 31.76 0.17 0.19
Hex 3A 32 29 0 E 1D 4D 20 11 13
Octal 72 62 51 0 16 35 115 40 21 23
Binary 111010 110010 101001 0 1110 11101 1001101 100000 10001 10011

Color Harmonies of #3A3229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3229

Black with #3A3229

Text Example


Text Example

White with #3A3229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3A3229;
 }
 .AnyTagClassName
 {
   color: #3A3229;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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