Html Css Color HEX #371000 Seal Brown

📋 copy color: '#371000'

red 55 ◦ green 16 ◦ blue 0

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

Shades of Seal Brown #371000

Tints of Seal Brown #371000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.46%
G = 22.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#371000 (or 0x371000) is known color: Seal Brown. HEX triplet: 37, 10 and 00. RGB value is (55,16,0). Sum of RGB (Red+Green+Blue) = 55+16+0=71 (9% of max value = 765). Red value is 55 (21.88% from 255 or 77.46% from 71); Green value is 16 (6.64% from 255 or 22.54% from 71); Blue value is 0 (0.39% from 255 or 0% from 71); Max value from RGB is 55 - color contains mainly: red. Hex color #371000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371000 is #C8EFFF. Grayscale: #191919. Windows color (decimal): -13168640 or 4151. OLE color: 4151.

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

Color convert

RGB 55 16 0 -
CMYK 0 0.71 1 0.78
HSL 17.45º 1% 0.11% -
HSV(B) 17.45º 1% 0.22% -
XYZ 1.76 1.18 0.14 -
YUV 25.84 113.42 148.8 -
System Red Green Blue C M Y K H S L
Decimal 55 16 0 0 0.71 1 0.78 17.45 1 0.11
Hex 37 10 0 0 47 64 4E 11 64 B
Octal 67 20 0 0 107 144 116 21 144 13
Binary 110111 10000 0 0 1000111 1100100 1001110 10001 1100100 1011

Color Harmonies of #371000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371000

Black with #371000

Text Example


Text Example

White with #371000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371000; }

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

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

background-color css

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

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

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

border-color css

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

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

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