Html Css Color HEX #371010 Seal Brown

📋 copy color: '#371010'

red 55 ◦ green 16 ◦ blue 16

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

Shades of Seal Brown #371010

Tints of Seal Brown #371010

RGB

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

 GREEN value IS 16 (6.64% from 255) = 18.39%

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

R = 63.22%
G = 18.39%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#371010 (or 0x371010) is known color: Seal Brown. HEX triplet: 37, 10 and 10. RGB value is (55,16,16). Sum of RGB (Red+Green+Blue) = 55+16+16=87 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.22% from 87); Green value is 16 (6.64% from 255 or 18.39% from 87); Blue value is 16 (6.64% from 255 or 18.39% from 87); Max value from RGB is 55 - color contains mainly: red. Hex color #371010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371010 is #C8EFEF. Grayscale: #1B1B1B. Windows color (decimal): -13168624 or 1052727. OLE color: 1052727.

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

Color convert

RGB 55 16 16 -
CMYK 0 0.71 0.71 0.78
HSL 0.55% 0.14% -
HSV(B) 0.71% 0.22% -
XYZ 1.85 1.22 0.63 -
YUV 27.66 121.42 147.5 -
System Red Green Blue C M Y K H S L
Decimal 55 16 16 0 0.71 0.71 0.78 0 0.55 0.14
Hex 37 10 10 0 47 47 4E 0 37 E
Octal 67 20 20 0 107 107 116 0 67 16
Binary 110111 10000 10000 0 1000111 1000111 1001110 0 110111 1110

Color Harmonies of #371010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371010

Black with #371010

Text Example


Text Example

White with #371010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371010; }

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

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

background-color css

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

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

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

border-color css

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

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

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