Html Css Color HEX #37322C Acadia

📋 copy color: '#37322C'

red 55 ◦ green 50 ◦ blue 44

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

Shades of Acadia #37322C

Tints of Acadia #37322C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 29.53%

R = 36.91%
G = 33.56%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.2

 K value IS 0.78

RGB Variations

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

Color information

#37322C (or 0x37322C) is known color: Acadia. HEX triplet: 37, 32 and 2C. RGB value is (55,50,44). Sum of RGB (Red+Green+Blue) = 55+50+44=149 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.91% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 55 - color contains mainly: red. Hex color #37322C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37322C is #C8CDD3. Grayscale: #323232. Windows color (decimal): -13159892 or 2896439. OLE color: 2896439.

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

Color convert

RGB 55 50 44 -
CMYK 0 0.09 0.2 0.78
HSL 32.73º 0.11% 0.19% -
HSV(B) 32.73º 0.2% 0.22% -
XYZ 3.17 3.28 2.85 -
YUV 50.81 124.16 130.99 -
System Red Green Blue C M Y K H S L
Decimal 55 50 44 0 0.09 0.2 0.78 32.73 0.11 0.19
Hex 37 32 2C 0 9 14 4E 21 B 13
Octal 67 62 54 0 11 24 116 41 13 23
Binary 110111 110010 101100 0 1001 10100 1001110 100001 1011 10011

Color Harmonies of #37322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37322C

Black with #37322C

Text Example


Text Example

White with #37322C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37322C; }

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

 H1.HeaderClassName
 {
   color: #37322C;
 }
 .AnyTagClassName
 {
   color: #37322C;
 }
</style>

background-color css

<style>
 a { background-color: #37322C; }

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

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

border-color css

<style>
 span { border-color: #37322C; }

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

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