Html Css Color HEX #371D1C Seal Brown

📋 copy color: '#371D1C'

red 55 ◦ green 29 ◦ blue 28

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

Shades of Seal Brown #371D1C

Tints of Seal Brown #371D1C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 25.89%

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

R = 49.11%
G = 25.89%
B = 25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.78

RGB Variations

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

Color information

#371D1C (or 0x371D1C) is known color: Seal Brown. HEX triplet: 37, 1D and 1C. RGB value is (55,29,28). Sum of RGB (Red+Green+Blue) = 55+29+28=112 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.11% from 112); Green value is 29 (11.72% from 255 or 25.89% from 112); Blue value is 28 (11.33% from 255 or 25% from 112); Max value from RGB is 55 - color contains mainly: red. Hex color #371D1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371D1C is #C8E2E3. Grayscale: #242424. Windows color (decimal): -13165284 or 1842487. OLE color: 1842487.

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

Color convert

RGB 55 29 28 -
CMYK 0 0.47 0.49 0.78
HSL 2.22º 0.33% 0.16% -
HSV(B) 2.22º 0.49% 0.22% -
XYZ 2.22 1.77 1.32 -
YUV 36.66 123.11 141.08 -
System Red Green Blue C M Y K H S L
Decimal 55 29 28 0 0.47 0.49 0.78 2.22 0.33 0.16
Hex 37 1D 1C 0 2F 31 4E 2 21 10
Octal 67 35 34 0 57 61 116 2 41 20
Binary 110111 11101 11100 0 101111 110001 1001110 10 100001 10000

Color Harmonies of #371D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371D1C

Black with #371D1C

Text Example


Text Example

White with #371D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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