Html Css Color HEX #371E1C Seal Brown

📋 copy color: '#371E1C'

red 55 ◦ green 30 ◦ blue 28

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

Shades of Seal Brown #371E1C

Tints of Seal Brown #371E1C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 26.55%

 BLUE value IS 28 (11.33% from 255) = 24.78%

R = 48.67%
G = 26.55%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.78

RGB Variations

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

Color information

#371E1C (or 0x371E1C) is known color: Seal Brown. HEX triplet: 37, 1E and 1C. RGB value is (55,30,28). Sum of RGB (Red+Green+Blue) = 55+30+28=113 (14% of max value = 765). Red value is 55 (21.88% from 255 or 48.67% from 113); Green value is 30 (12.11% from 255 or 26.55% from 113); Blue value is 28 (11.33% from 255 or 24.78% from 113); Max value from RGB is 55 - color contains mainly: red. Hex color #371E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371E1C is #C8E1E3. Grayscale: #252525. Windows color (decimal): -13165028 or 1842743. OLE color: 1842743.

HSL color Cylindrical-coordinate representation of color #371E1C: hue angle of 4.44º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #371E1C is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 30 28 -
CMYK 0 0.45 0.49 0.78
HSL 4.44º 0.33% 0.16% -
HSV(B) 4.44º 0.49% 0.22% -
XYZ 2.25 1.82 1.33 -
YUV 37.25 122.78 140.66 -
System Red Green Blue C M Y K H S L
Decimal 55 30 28 0 0.45 0.49 0.78 4.44 0.33 0.16
Hex 37 1E 1C 0 2D 31 4E 4 21 10
Octal 67 36 34 0 55 61 116 4 41 20
Binary 110111 11110 11100 0 101101 110001 1001110 100 100001 10000

Color Harmonies of #371E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371E1C

Black with #371E1C

Text Example


Text Example

White with #371E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371E1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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