Html Css Color HEX #371A18 Seal Brown

📋 copy color: '#371A18'

red 55 ◦ green 26 ◦ blue 24

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

Shades of Seal Brown #371A18

Tints of Seal Brown #371A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 22.86%

R = 52.38%
G = 24.76%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.78

RGB Variations

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

Color information

#371A18 (or 0x371A18) is known color: Seal Brown. HEX triplet: 37, 1A and 18. RGB value is (55,26,24). Sum of RGB (Red+Green+Blue) = 55+26+24=105 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.38% from 105); Green value is 26 (10.55% from 255 or 24.76% from 105); Blue value is 24 (9.77% from 255 or 22.86% from 105); Max value from RGB is 55 - color contains mainly: red. Hex color #371A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371A18 is #C8E5E7. Grayscale: #222222. Windows color (decimal): -13166056 or 1579575. OLE color: 1579575.

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

Color convert

RGB 55 26 24 -
CMYK 0 0.53 0.56 0.78
HSL 3.87º 0.39% 0.15% -
HSV(B) 3.87º 0.56% 0.22% -
XYZ 2.11 1.62 1.07 -
YUV 34.44 122.11 142.66 -
System Red Green Blue C M Y K H S L
Decimal 55 26 24 0 0.53 0.56 0.78 3.87 0.39 0.15
Hex 37 1A 18 0 35 38 4E 4 27 F
Octal 67 32 30 0 65 70 116 4 47 17
Binary 110111 11010 11000 0 110101 111000 1001110 100 100111 1111

Color Harmonies of #371A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371A18

Black with #371A18

Text Example


Text Example

White with #371A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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