Html Css Color HEX #371F1D Seal Brown

📋 copy color: '#371F1D'

red 55 ◦ green 31 ◦ blue 29

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

Shades of Seal Brown #371F1D

Tints of Seal Brown #371F1D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 26.96%

 BLUE value IS 29 (11.72% from 255) = 25.22%

R = 47.83%
G = 26.96%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.78

RGB Variations

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

Color information

#371F1D (or 0x371F1D) is known color: Seal Brown. HEX triplet: 37, 1F and 1D. RGB value is (55,31,29). Sum of RGB (Red+Green+Blue) = 55+31+29=115 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.83% from 115); Green value is 31 (12.5% from 255 or 26.96% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 55 - color contains mainly: red. Hex color #371F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371F1D is #C8E0E2. Grayscale: #252525. Windows color (decimal): -13164771 or 1908535. OLE color: 1908535.

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

Color convert

RGB 55 31 29 -
CMYK 0 0.44 0.47 0.78
HSL 4.62º 0.31% 0.16% -
HSV(B) 4.62º 0.47% 0.22% -
XYZ 2.29 1.88 1.4 -
YUV 37.95 122.95 140.16 -
System Red Green Blue C M Y K H S L
Decimal 55 31 29 0 0.44 0.47 0.78 4.62 0.31 0.16
Hex 37 1F 1D 0 2C 2F 4E 5 1F 10
Octal 67 37 35 0 54 57 116 5 37 20
Binary 110111 11111 11101 0 101100 101111 1001110 101 11111 10000

Color Harmonies of #371F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371F1D

Black with #371F1D

Text Example


Text Example

White with #371F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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