Html Css Color HEX #371A16 Seal Brown

📋 copy color: '#371A16'

red 55 ◦ green 26 ◦ blue 22

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

Shades of Seal Brown #371A16

Tints of Seal Brown #371A16

RGB

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

 GREEN value IS 26 (10.55% from 255) = 25.24%

 BLUE value IS 22 (8.98% from 255) = 21.36%

R = 53.4%
G = 25.24%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.6

 K value IS 0.78

RGB Variations

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

Color information

#371A16 (or 0x371A16) is known color: Seal Brown. HEX triplet: 37, 1A and 16. RGB value is (55,26,22). Sum of RGB (Red+Green+Blue) = 55+26+22=103 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.40% from 103); Green value is 26 (10.55% from 255 or 25.24% from 103); Blue value is 22 (8.98% from 255 or 21.36% from 103); Max value from RGB is 55 - color contains mainly: red. Hex color #371A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371A16 is #C8E5E9. Grayscale: #222222. Windows color (decimal): -13166058 or 1448503. OLE color: 1448503.

HSL color Cylindrical-coordinate representation of color #371A16: hue angle of 7.27º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #371A16 is Cyan = 0, Magento = 0.53, Yellow = 0.6 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 26 22 -
CMYK 0 0.53 0.6 0.78
HSL 7.27º 0.43% 0.15% -
HSV(B) 7.27º 0.6% 0.22% -
XYZ 2.09 1.61 0.96 -
YUV 34.22 121.11 142.83 -
System Red Green Blue C M Y K H S L
Decimal 55 26 22 0 0.53 0.6 0.78 7.27 0.43 0.15
Hex 37 1A 16 0 35 3C 4E 7 2B F
Octal 67 32 26 0 65 74 116 7 53 17
Binary 110111 11010 10110 0 110101 111100 1001110 111 101011 1111

Color Harmonies of #371A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371A16

Black with #371A16

Text Example


Text Example

White with #371A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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