Html Css Color HEX #371D1D Seal Brown

📋 copy color: '#371D1D'

red 55 ◦ green 29 ◦ blue 29

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

Shades of Seal Brown #371D1D

Tints of Seal Brown #371D1D

RGB

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

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

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

R = 48.67%
G = 25.66%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.78

RGB Variations

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

Color information

#371D1D (or 0x371D1D) is known color: Seal Brown. HEX triplet: 37, 1D and 1D. RGB value is (55,29,29). Sum of RGB (Red+Green+Blue) = 55+29+29=113 (14% of max value = 765). Red value is 55 (21.88% from 255 or 48.67% from 113); Green value is 29 (11.72% from 255 or 25.66% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 55 - color contains mainly: red. Hex color #371D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371D1D is #C8E2E2. Grayscale: #242424. Windows color (decimal): -13165283 or 1908023. OLE color: 1908023.

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

Color convert

RGB 55 29 29 -
CMYK 0 0.47 0.47 0.78
HSL 0.31% 0.16% -
HSV(B) 0.47% 0.22% -
XYZ 2.24 1.78 1.39 -
YUV 36.77 123.61 141 -
System Red Green Blue C M Y K H S L
Decimal 55 29 29 0 0.47 0.47 0.78 0 0.31 0.16
Hex 37 1D 1D 0 2F 2F 4E 0 1F 10
Octal 67 35 35 0 57 57 116 0 37 20
Binary 110111 11101 11101 0 101111 101111 1001110 0 11111 10000

Color Harmonies of #371D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371D1D

Black with #371D1D

Text Example


Text Example

White with #371D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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