Html Css Color HEX #371B1A Seal Brown

📋 copy color: '#371B1A'

red 55 ◦ green 27 ◦ blue 26

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

Shades of Seal Brown #371B1A

Tints of Seal Brown #371B1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 24.07%

R = 50.93%
G = 25%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.78

RGB Variations

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

Color information

#371B1A (or 0x371B1A) is known color: Seal Brown. HEX triplet: 37, 1B and 1A. RGB value is (55,27,26). Sum of RGB (Red+Green+Blue) = 55+27+26=108 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.93% from 108); Green value is 27 (10.94% from 255 or 25% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 55 - color contains mainly: red. Hex color #371B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371B1A is #C8E4E5. Grayscale: #232323. Windows color (decimal): -13165798 or 1710903. OLE color: 1710903.

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

Color convert

RGB 55 27 26 -
CMYK 0 0.51 0.53 0.78
HSL 2.07º 0.36% 0.16% -
HSV(B) 2.07º 0.53% 0.22% -
XYZ 2.15 1.67 1.19 -
YUV 35.26 122.78 142.08 -
System Red Green Blue C M Y K H S L
Decimal 55 27 26 0 0.51 0.53 0.78 2.07 0.36 0.16
Hex 37 1B 1A 0 33 35 4E 2 24 10
Octal 67 33 32 0 63 65 116 2 44 20
Binary 110111 11011 11010 0 110011 110101 1001110 10 100100 10000

Color Harmonies of #371B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371B1A

Black with #371B1A

Text Example


Text Example

White with #371B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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