Html Css Color HEX #371C1A Seal Brown

📋 copy color: '#371C1A'

red 55 ◦ green 28 ◦ blue 26

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

Shades of Seal Brown #371C1A

Tints of Seal Brown #371C1A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 25.69%

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

R = 50.46%
G = 25.69%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.78

RGB Variations

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

Color information

#371C1A (or 0x371C1A) is known color: Seal Brown. HEX triplet: 37, 1C and 1A. RGB value is (55,28,26). Sum of RGB (Red+Green+Blue) = 55+28+26=109 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.46% from 109); Green value is 28 (11.33% from 255 or 25.69% from 109); Blue value is 26 (10.55% from 255 or 23.85% from 109); Max value from RGB is 55 - color contains mainly: red. Hex color #371C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371C1A is #C8E3E5. Grayscale: #232323. Windows color (decimal): -13165542 or 1711159. OLE color: 1711159.

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

Color convert

RGB 55 28 26 -
CMYK 0 0.49 0.53 0.78
HSL 4.14º 0.36% 0.16% -
HSV(B) 4.14º 0.53% 0.22% -
XYZ 2.18 1.72 1.19 -
YUV 35.85 122.45 141.66 -
System Red Green Blue C M Y K H S L
Decimal 55 28 26 0 0.49 0.53 0.78 4.14 0.36 0.16
Hex 37 1C 1A 0 31 35 4E 4 24 10
Octal 67 34 32 0 61 65 116 4 44 20
Binary 110111 11100 11010 0 110001 110101 1001110 100 100100 10000

Color Harmonies of #371C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371C1A

Black with #371C1A

Text Example


Text Example

White with #371C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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