Html Css Color HEX #37322B Acadia

📋 copy color: '#37322B'

red 55 ◦ green 50 ◦ blue 43

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

Shades of Acadia #37322B

Tints of Acadia #37322B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 29.05%

R = 37.16%
G = 33.78%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.78

RGB Variations

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

Color information

#37322B (or 0x37322B) is known color: Acadia. HEX triplet: 37, 32 and 2B. RGB value is (55,50,43). Sum of RGB (Red+Green+Blue) = 55+50+43=148 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.16% from 148); Green value is 50 (19.92% from 255 or 33.78% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 55 - color contains mainly: red. Hex color #37322B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37322B is #C8CDD4. Grayscale: #323232. Windows color (decimal): -13159893 or 2830903. OLE color: 2830903.

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

Color convert

RGB 55 50 43 -
CMYK 0 0.09 0.22 0.78
HSL 35º 0.12% 0.19% -
HSV(B) 35º 0.22% 0.22% -
XYZ 3.15 3.27 2.75 -
YUV 50.7 123.66 131.07 -
System Red Green Blue C M Y K H S L
Decimal 55 50 43 0 0.09 0.22 0.78 35 0.12 0.19
Hex 37 32 2B 0 9 16 4E 23 C 13
Octal 67 62 53 0 11 26 116 43 14 23
Binary 110111 110010 101011 0 1001 10110 1001110 100011 1100 10011

Color Harmonies of #37322B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37322B

Black with #37322B

Text Example


Text Example

White with #37322B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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