Html Css Color HEX #371310 Seal Brown

📋 copy color: '#371310'

red 55 ◦ green 19 ◦ blue 16

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

Shades of Seal Brown #371310

Tints of Seal Brown #371310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 17.78%

R = 61.11%
G = 21.11%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#371310 (or 0x371310) is known color: Seal Brown. HEX triplet: 37, 13 and 10. RGB value is (55,19,16). Sum of RGB (Red+Green+Blue) = 55+19+16=90 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.11% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 16 (6.64% from 255 or 17.78% from 90); Max value from RGB is 55 - color contains mainly: red. Hex color #371310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371310 is #C8ECEF. Grayscale: #1D1D1D. Windows color (decimal): -13167856 or 1053495. OLE color: 1053495.

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

Color convert

RGB 55 19 16 -
CMYK 0 0.65 0.71 0.78
HSL 4.62º 0.55% 0.14% -
HSV(B) 4.62º 0.71% 0.22% -
XYZ 1.9 1.32 0.64 -
YUV 29.42 120.43 146.24 -
System Red Green Blue C M Y K H S L
Decimal 55 19 16 0 0.65 0.71 0.78 4.62 0.55 0.14
Hex 37 13 10 0 41 47 4E 5 37 E
Octal 67 23 20 0 101 107 116 5 67 16
Binary 110111 10011 10000 0 1000001 1000111 1001110 101 110111 1110

Color Harmonies of #371310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371310

Black with #371310

Text Example


Text Example

White with #371310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371310; }

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

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

background-color css

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

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

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

border-color css

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

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

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