Html Css Color HEX #371C1C Seal Brown

📋 copy color: '#371C1C'

red 55 ◦ green 28 ◦ blue 28

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

Shades of Seal Brown #371C1C

Tints of Seal Brown #371C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 25.23%

R = 49.55%
G = 25.23%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.78

RGB Variations

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

Color information

#371C1C (or 0x371C1C) is known color: Seal Brown. HEX triplet: 37, 1C and 1C. RGB value is (55,28,28). Sum of RGB (Red+Green+Blue) = 55+28+28=111 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.55% from 111); Green value is 28 (11.33% from 255 or 25.23% from 111); Blue value is 28 (11.33% from 255 or 25.23% from 111); Max value from RGB is 55 - color contains mainly: red. Hex color #371C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371C1C is #C8E3E3. Grayscale: #242424. Windows color (decimal): -13165540 or 1842231. OLE color: 1842231.

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

Color convert

RGB 55 28 28 -
CMYK 0 0.49 0.49 0.78
HSL 0.33% 0.16% -
HSV(B) 0.49% 0.22% -
XYZ 2.2 1.73 1.32 -
YUV 36.07 123.45 141.5 -
System Red Green Blue C M Y K H S L
Decimal 55 28 28 0 0.49 0.49 0.78 0 0.33 0.16
Hex 37 1C 1C 0 31 31 4E 0 21 10
Octal 67 34 34 0 61 61 116 0 41 20
Binary 110111 11100 11100 0 110001 110001 1001110 0 100001 10000

Color Harmonies of #371C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371C1C

Black with #371C1C

Text Example


Text Example

White with #371C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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