Html Css Color HEX #371614 Seal Brown

📋 copy color: '#371614'

red 55 ◦ green 22 ◦ blue 20

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

Shades of Seal Brown #371614

Tints of Seal Brown #371614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 22.68%

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

R = 56.7%
G = 22.68%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#371614 (or 0x371614) is known color: Seal Brown. HEX triplet: 37, 16 and 14. RGB value is (55,22,20). Sum of RGB (Red+Green+Blue) = 55+22+20=97 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.70% from 97); Green value is 22 (8.98% from 255 or 22.68% from 97); Blue value is 20 (8.20% from 255 or 20.62% from 97); Max value from RGB is 55 - color contains mainly: red. Hex color #371614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371614 is #C8E9EB. Grayscale: #1F1F1F. Windows color (decimal): -13167084 or 1316407. OLE color: 1316407.

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

Color convert

RGB 55 22 20 -
CMYK 0 0.6 0.64 0.78
HSL 3.43º 0.47% 0.15% -
HSV(B) 3.43º 0.64% 0.22% -
XYZ 1.99 1.44 0.83 -
YUV 31.64 121.43 144.66 -
System Red Green Blue C M Y K H S L
Decimal 55 22 20 0 0.6 0.64 0.78 3.43 0.47 0.15
Hex 37 16 14 0 3C 40 4E 3 2F F
Octal 67 26 24 0 74 100 116 3 57 17
Binary 110111 10110 10100 0 111100 1000000 1001110 11 101111 1111

Color Harmonies of #371614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371614

Black with #371614

Text Example


Text Example

White with #371614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371614; }

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

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

background-color css

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

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

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

border-color css

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

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

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