Html Css Color HEX #371D1B Seal Brown

📋 copy color: '#371D1B'

red 55 ◦ green 29 ◦ blue 27

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

Shades of Seal Brown #371D1B

Tints of Seal Brown #371D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 24.32%

R = 49.55%
G = 26.13%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.78

RGB Variations

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

Color information

#371D1B (or 0x371D1B) is known color: Seal Brown. HEX triplet: 37, 1D and 1B. RGB value is (55,29,27). Sum of RGB (Red+Green+Blue) = 55+29+27=111 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.55% from 111); Green value is 29 (11.72% from 255 or 26.13% from 111); Blue value is 27 (10.94% from 255 or 24.32% from 111); Max value from RGB is 55 - color contains mainly: red. Hex color #371D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371D1B is #C8E2E4. Grayscale: #242424. Windows color (decimal): -13165285 or 1776951. OLE color: 1776951.

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

Color convert

RGB 55 29 27 -
CMYK 0 0.47 0.51 0.78
HSL 4.29º 0.34% 0.16% -
HSV(B) 4.29º 0.51% 0.22% -
XYZ 2.21 1.77 1.26 -
YUV 36.55 122.61 141.16 -
System Red Green Blue C M Y K H S L
Decimal 55 29 27 0 0.47 0.51 0.78 4.29 0.34 0.16
Hex 37 1D 1B 0 2F 33 4E 4 22 10
Octal 67 35 33 0 57 63 116 4 42 20
Binary 110111 11101 11011 0 101111 110011 1001110 100 100010 10000

Color Harmonies of #371D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371D1B

Black with #371D1B

Text Example


Text Example

White with #371D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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