Html Css Color HEX #371313 Seal Brown

📋 copy color: '#371313'

red 55 ◦ green 19 ◦ blue 19

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

Shades of Seal Brown #371313

Tints of Seal Brown #371313

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.43%

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

R = 59.14%
G = 20.43%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#371313 (or 0x371313) is known color: Seal Brown. HEX triplet: 37, 13 and 13. RGB value is (55,19,19). Sum of RGB (Red+Green+Blue) = 55+19+19=93 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.14% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 19 (7.81% from 255 or 20.43% from 93); Max value from RGB is 55 - color contains mainly: red. Hex color #371313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371313 is #C8ECEC. Grayscale: #1D1D1D. Windows color (decimal): -13167853 or 1250103. OLE color: 1250103.

HSL color Cylindrical-coordinate representation of color #371313: hue angle of 0º 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 #371313 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 19 19 -
CMYK 0 0.65 0.65 0.78
HSL 0.49% 0.15% -
HSV(B) 0.65% 0.22% -
XYZ 1.93 1.32 0.77 -
YUV 29.76 121.93 146 -
System Red Green Blue C M Y K H S L
Decimal 55 19 19 0 0.65 0.65 0.78 0 0.49 0.15
Hex 37 13 13 0 41 41 4E 0 31 F
Octal 67 23 23 0 101 101 116 0 61 17
Binary 110111 10011 10011 0 1000001 1000001 1001110 0 110001 1111

Color Harmonies of #371313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371313

Black with #371313

Text Example


Text Example

White with #371313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371313; }

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

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

background-color css

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

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

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

border-color css

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

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

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