#371E1D

Color #371E1D Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #371E1D

Tints of Seal Brown #371E1D

Color information

#371E1D (or 0x371E1D) is unknown color: approx Seal Brown. HEX triplet: 37, 1E and 1D. RGB value is (55,30,29). Sum of RGB (Red+Green+Blue) = 55+30+29=114 (15% of max value = 765). Red value is 55 (21.88% from 255 or 48.25% from 114); Green value is 30 (12.11% from 255 or 26.32% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 55 - color contains mainly: red. Hex color #371E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371E1D is #C8E1E2. Grayscale: #252525. Windows color (decimal): -13165027 or 1908279. OLE color: 1908279.

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

Color convert

RGB553029-
CMYK00.450.470.78
HSL2.31º30.95%16.47%-
HSV(B)2.31º47.27%21.57%-
XYZ2.261.831.4-
YUV37.36123.28140.58-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 48.25%
GREEN value IS 30 (12.11% from 255) = 26.32%
BLUE value IS 29 (11.72% from 255) = 25.44%
R=48.25%
G=26.32%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55302900.450.470.782.3130.9516.47
Hex371E1D02D2F4E21f10
Octal6736350555711623720
Binary110111111101110101011011011111001110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #371E1D;
 }
 .AnyTagClassName
 {
   color: #371E1D;
 }
</style>
background-color css

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

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

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

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

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

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