Html Css Color HEX #372020 Seal Brown

📋 copy color: '#372020'

red 55 ◦ green 32 ◦ blue 32

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

Shades of Seal Brown #372020

Tints of Seal Brown #372020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 26.89%

R = 46.22%
G = 26.89%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#372020 (or 0x372020) is known color: Seal Brown. HEX triplet: 37, 20 and 20. RGB value is (55,32,32). Sum of RGB (Red+Green+Blue) = 55+32+32=119 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.22% from 119); Green value is 32 (12.89% from 255 or 26.89% from 119); Blue value is 32 (12.89% from 255 or 26.89% from 119); Max value from RGB is 55 - color contains mainly: red. Hex color #372020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372020 is #C8DFDF. Grayscale: #262626. Windows color (decimal): -13164512 or 2105399. OLE color: 2105399.

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

Color convert

RGB 55 32 32 -
CMYK 0 0.42 0.42 0.78
HSL 0.26% 0.17% -
HSV(B) 0.42% 0.22% -
XYZ 2.35 1.95 1.62 -
YUV 38.88 124.12 139.5 -
System Red Green Blue C M Y K H S L
Decimal 55 32 32 0 0.42 0.42 0.78 0 0.26 0.17
Hex 37 20 20 0 2A 2A 4E 0 1A 11
Octal 67 40 40 0 52 52 116 0 32 21
Binary 110111 100000 100000 0 101010 101010 1001110 0 11010 10001

Color Harmonies of #372020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372020

Black with #372020

Text Example


Text Example

White with #372020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372020; }

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

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

background-color css

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

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

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

border-color css

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

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

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