Html Css Color HEX #371413 Seal Brown

📋 copy color: '#371413'

red 55 ◦ green 20 ◦ blue 19

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

Shades of Seal Brown #371413

Tints of Seal Brown #371413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 21.28%

 BLUE value IS 19 (7.81% from 255) = 20.21%

R = 58.51%
G = 21.28%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#371413 (or 0x371413) is known color: Seal Brown. HEX triplet: 37, 14 and 13. RGB value is (55,20,19). Sum of RGB (Red+Green+Blue) = 55+20+19=94 (12% of max value = 765). Red value is 55 (21.88% from 255 or 58.51% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 55 - color contains mainly: red. Hex color #371413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371413 is #C8EBEC. Grayscale: #1E1E1E. Windows color (decimal): -13167597 or 1250359. OLE color: 1250359.

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

Color convert

RGB 55 20 19 -
CMYK 0 0.64 0.65 0.78
HSL 1.67º 0.49% 0.15% -
HSV(B) 1.67º 0.65% 0.22% -
XYZ 1.94 1.36 0.78 -
YUV 30.35 121.6 145.58 -
System Red Green Blue C M Y K H S L
Decimal 55 20 19 0 0.64 0.65 0.78 1.67 0.49 0.15
Hex 37 14 13 0 40 41 4E 2 31 F
Octal 67 24 23 0 100 101 116 2 61 17
Binary 110111 10100 10011 0 1000000 1000001 1001110 10 110001 1111

Color Harmonies of #371413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371413

Black with #371413

Text Example


Text Example

White with #371413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371413; }

 p { color: rgb(55,20,19); }

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

background-color css

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

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

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

border-color css

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

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

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