Html Css Color HEX #37312A Acadia

📋 copy color: '#37312A'

red 55 ◦ green 49 ◦ blue 42

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

Shades of Acadia #37312A

Tints of Acadia #37312A

RGB

 RED value IS 55 (21.88% from 255) = 37.67%

 GREEN value IS 49 (19.53% from 255) = 33.56%

 BLUE value IS 42 (16.8% from 255) = 28.77%

R = 37.67%
G = 33.56%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.78

RGB Variations

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

Color information

#37312A (or 0x37312A) is known color: Acadia. HEX triplet: 37, 31 and 2A. RGB value is (55,49,42). Sum of RGB (Red+Green+Blue) = 55+49+42=146 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.67% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 55 - color contains mainly: red. Hex color #37312A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37312A is #C8CED5. Grayscale: #323232. Windows color (decimal): -13160150 or 2765111. OLE color: 2765111.

HSL color Cylindrical-coordinate representation of color #37312A: hue angle of 32.31º degrees, saturation: 0.13, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #37312A is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 49 42 -
CMYK 0 0.11 0.24 0.78
HSL 32.31º 0.13% 0.19% -
HSV(B) 32.31º 0.24% 0.22% -
XYZ 3.09 3.18 2.64 -
YUV 50 123.49 131.57 -
System Red Green Blue C M Y K H S L
Decimal 55 49 42 0 0.11 0.24 0.78 32.31 0.13 0.19
Hex 37 31 2A 0 B 18 4E 20 D 13
Octal 67 61 52 0 13 30 116 40 15 23
Binary 110111 110001 101010 0 1011 11000 1001110 100000 1101 10011

Color Harmonies of #37312A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37312A

Black with #37312A

Text Example


Text Example

White with #37312A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37312A; }

 p { color: rgb(55,49,42); }

 H1.HeaderClassName
 {
   color: #37312A;
 }
 .AnyTagClassName
 {
   color: #37312A;
 }
</style>

background-color css

<style>
 a { background-color: #37312A; }

 a { background-color: rgb(55,49,42); }

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

border-color css

<style>
 span { border-color: #37312A; }

 span { border-color: rgb(55,49,42); }

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