Html Css Color HEX #371B1B Seal Brown

📋 copy color: '#371B1B'

red 55 ◦ green 27 ◦ blue 27

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

Shades of Seal Brown #371B1B

Tints of Seal Brown #371B1B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 24.77%

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

R = 50.46%
G = 24.77%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.78

RGB Variations

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

Color information

#371B1B (or 0x371B1B) is known color: Seal Brown. HEX triplet: 37, 1B and 1B. RGB value is (55,27,27). Sum of RGB (Red+Green+Blue) = 55+27+27=109 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.46% from 109); Green value is 27 (10.94% from 255 or 24.77% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 55 - color contains mainly: red. Hex color #371B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371B1B is #C8E4E4. Grayscale: #232323. Windows color (decimal): -13165797 or 1776439. OLE color: 1776439.

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

Color convert

RGB 55 27 27 -
CMYK 0 0.51 0.51 0.78
HSL 0.34% 0.16% -
HSV(B) 0.51% 0.22% -
XYZ 2.17 1.68 1.25 -
YUV 35.37 123.28 142 -
System Red Green Blue C M Y K H S L
Decimal 55 27 27 0 0.51 0.51 0.78 0 0.34 0.16
Hex 37 1B 1B 0 33 33 4E 0 22 10
Octal 67 33 33 0 63 63 116 0 42 20
Binary 110111 11011 11011 0 110011 110011 1001110 0 100010 10000

Color Harmonies of #371B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371B1B

Black with #371B1B

Text Example


Text Example

White with #371B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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