Html Css Color HEX #371C18 Seal Brown

📋 copy color: '#371C18'

red 55 ◦ green 28 ◦ blue 24

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

Shades of Seal Brown #371C18

Tints of Seal Brown #371C18

RGB

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

 GREEN value IS 28 (11.33% from 255) = 26.17%

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

R = 51.4%
G = 26.17%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.78

RGB Variations

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

Color information

#371C18 (or 0x371C18) is known color: Seal Brown. HEX triplet: 37, 1C and 18. RGB value is (55,28,24). Sum of RGB (Red+Green+Blue) = 55+28+24=107 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.40% from 107); Green value is 28 (11.33% from 255 or 26.17% from 107); Blue value is 24 (9.77% from 255 or 22.43% from 107); Max value from RGB is 55 - color contains mainly: red. Hex color #371C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371C18 is #C8E3E7. Grayscale: #232323. Windows color (decimal): -13165544 or 1580087. OLE color: 1580087.

HSL color Cylindrical-coordinate representation of color #371C18: hue angle of 7.74º 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 #371C18 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 28 24 -
CMYK 0 0.49 0.56 0.78
HSL 7.74º 0.39% 0.15% -
HSV(B) 7.74º 0.56% 0.22% -
XYZ 2.16 1.71 1.08 -
YUV 35.62 121.45 141.83 -
System Red Green Blue C M Y K H S L
Decimal 55 28 24 0 0.49 0.56 0.78 7.74 0.39 0.15
Hex 37 1C 18 0 31 38 4E 8 27 F
Octal 67 34 30 0 61 70 116 10 47 17
Binary 110111 11100 11000 0 110001 111000 1001110 1000 100111 1111

Color Harmonies of #371C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371C18

Black with #371C18

Text Example


Text Example

White with #371C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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