Html Css Color HEX #371914 Seal Brown

📋 copy color: '#371914'

red 55 ◦ green 25 ◦ blue 20

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

Shades of Seal Brown #371914

Tints of Seal Brown #371914

RGB

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

 GREEN value IS 25 (10.16% from 255) = 25%

 BLUE value IS 20 (8.2% from 255) = 20%

R = 55%
G = 25%
B = 20%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#371914 (or 0x371914) is known color: Seal Brown. HEX triplet: 37, 19 and 14. RGB value is (55,25,20). Sum of RGB (Red+Green+Blue) = 55+25+20=100 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55% from 100); Green value is 25 (10.16% from 255 or 25% from 100); Blue value is 20 (8.20% from 255 or 20% from 100); Max value from RGB is 55 - color contains mainly: red. Hex color #371914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371914 is #C8E6EB. Grayscale: #212121. Windows color (decimal): -13166316 or 1317175. OLE color: 1317175.

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

Color convert

RGB 55 25 20 -
CMYK 0 0.55 0.64 0.78
HSL 8.57º 0.47% 0.15% -
HSV(B) 8.57º 0.64% 0.22% -
XYZ 2.05 1.56 0.85 -
YUV 33.4 120.44 143.41 -
System Red Green Blue C M Y K H S L
Decimal 55 25 20 0 0.55 0.64 0.78 8.57 0.47 0.15
Hex 37 19 14 0 37 40 4E 9 2F F
Octal 67 31 24 0 67 100 116 11 57 17
Binary 110111 11001 10100 0 110111 1000000 1001110 1001 101111 1111

Color Harmonies of #371914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371914

Black with #371914

Text Example


Text Example

White with #371914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371914; }

 p { color: rgb(55,25,20); }

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

background-color css

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

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

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

border-color css

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

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

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