Html Css Color HEX #371001 Seal Brown

📋 copy color: '#371001'

red 55 ◦ green 16 ◦ blue 1

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

Shades of Seal Brown #371001

Tints of Seal Brown #371001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.39%

R = 76.39%
G = 22.22%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#371001 (or 0x371001) is known color: Seal Brown. HEX triplet: 37, 10 and 01. RGB value is (55,16,1). Sum of RGB (Red+Green+Blue) = 55+16+1=72 (9% of max value = 765). Red value is 55 (21.88% from 255 or 76.39% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 1 (0.78% from 255 or 1.39% from 72); Max value from RGB is 55 - color contains mainly: red. Hex color #371001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371001 is #C8EFFE. Grayscale: #1A1A1A. Windows color (decimal): -13168639 or 69687. OLE color: 69687.

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

Color convert

RGB 55 16 1 -
CMYK 0 0.71 0.98 0.78
HSL 16.67º 0.96% 0.11% -
HSV(B) 16.67º 0.98% 0.22% -
XYZ 1.77 1.18 0.16 -
YUV 25.95 113.92 148.72 -
System Red Green Blue C M Y K H S L
Decimal 55 16 1 0 0.71 0.98 0.78 16.67 0.96 0.11
Hex 37 10 1 0 47 62 4E 11 60 B
Octal 67 20 1 0 107 142 116 21 140 13
Binary 110111 10000 1 0 1000111 1100010 1001110 10001 1100000 1011

Color Harmonies of #371001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371001

Black with #371001

Text Example


Text Example

White with #371001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371001; }

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

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

background-color css

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

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

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

border-color css

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

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

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