Html Css Color HEX #37201E Livid Brown

📋 copy color: '#37201E'

red 55 ◦ green 32 ◦ blue 30

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

Shades of Livid Brown #37201E

Tints of Livid Brown #37201E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 25.64%

R = 47.01%
G = 27.35%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.78

RGB Variations

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

Color information

#37201E (or 0x37201E) is known color: Livid Brown. HEX triplet: 37, 20 and 1E. RGB value is (55,32,30). Sum of RGB (Red+Green+Blue) = 55+32+30=117 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.01% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 30 (12.11% from 255 or 25.64% from 117); Max value from RGB is 55 - color contains mainly: red. Hex color #37201E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37201E is #C8DFE1. Grayscale: #262626. Windows color (decimal): -13164514 or 1974327. OLE color: 1974327.

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

Color convert

RGB 55 32 30 -
CMYK 0 0.42 0.45 0.78
HSL 4.8º 0.29% 0.17% -
HSV(B) 4.8º 0.45% 0.22% -
XYZ 2.33 1.94 1.48 -
YUV 38.65 123.12 139.66 -
System Red Green Blue C M Y K H S L
Decimal 55 32 30 0 0.42 0.45 0.78 4.8 0.29 0.17
Hex 37 20 1E 0 2A 2D 4E 5 1D 11
Octal 67 40 36 0 52 55 116 5 35 21
Binary 110111 100000 11110 0 101010 101101 1001110 101 11101 10001

Color Harmonies of #37201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37201E

Black with #37201E

Text Example


Text Example

White with #37201E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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