Html Css Color HEX #37201F Livid Brown

📋 copy color: '#37201F'

red 55 ◦ green 32 ◦ blue 31

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

Shades of Livid Brown #37201F

Tints of Livid Brown #37201F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 27.12%

 BLUE value IS 31 (12.5% from 255) = 26.27%

R = 46.61%
G = 27.12%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.78

RGB Variations

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

Color information

#37201F (or 0x37201F) is known color: Livid Brown. HEX triplet: 37, 20 and 1F. RGB value is (55,32,31). Sum of RGB (Red+Green+Blue) = 55+32+31=118 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.61% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 55 - color contains mainly: red. Hex color #37201F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37201F is #C8DFE0. Grayscale: #262626. Windows color (decimal): -13164513 or 2039863. OLE color: 2039863.

HSL color Cylindrical-coordinate representation of color #37201F: hue angle of 2.5º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #37201F is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 32 31 -
CMYK 0 0.42 0.44 0.78
HSL 2.5º 0.28% 0.17% -
HSV(B) 2.5º 0.44% 0.22% -
XYZ 2.34 1.94 1.55 -
YUV 38.76 123.62 139.58 -
System Red Green Blue C M Y K H S L
Decimal 55 32 31 0 0.42 0.44 0.78 2.5 0.28 0.17
Hex 37 20 1F 0 2A 2C 4E 2 1C 11
Octal 67 40 37 0 52 54 116 2 34 21
Binary 110111 100000 11111 0 101010 101100 1001110 10 11100 10001

Color Harmonies of #37201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37201F

Black with #37201F

Text Example


Text Example

White with #37201F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37201F; }

 p { color: rgb(55,32,31); }

 H1.HeaderClassName
 {
   color: #37201F;
 }
 .AnyTagClassName
 {
   color: #37201F;
 }
</style>

background-color css

<style>
 a { background-color: #37201F; }

 a { background-color: rgb(55,32,31); }

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

border-color css

<style>
 span { border-color: #37201F; }

 span { border-color: rgb(55,32,31); }

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