Html Css Color HEX #371107 Seal Brown

📋 copy color: '#371107'

red 55 ◦ green 17 ◦ blue 7

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

Shades of Seal Brown #371107

Tints of Seal Brown #371107

RGB

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

 GREEN value IS 17 (7.03% from 255) = 21.52%

 BLUE value IS 7 (3.13% from 255) = 8.86%

R = 69.62%
G = 21.52%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.78

RGB Variations

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

Color information

#371107 (or 0x371107) is known color: Seal Brown. HEX triplet: 37, 11 and 07. RGB value is (55,17,7). Sum of RGB (Red+Green+Blue) = 55+17+7=79 (10% of max value = 765). Red value is 55 (21.88% from 255 or 69.62% from 79); Green value is 17 (7.03% from 255 or 21.52% from 79); Blue value is 7 (3.12% from 255 or 8.86% from 79); Max value from RGB is 55 - color contains mainly: red. Hex color #371107 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371107 is #C8EEF8. Grayscale: #1B1B1B. Windows color (decimal): -13168377 or 463159. OLE color: 463159.

HSL color Cylindrical-coordinate representation of color #371107: hue angle of 12.5º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #371107 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 17 7 -
CMYK 0 0.69 0.87 0.78
HSL 12.5º 0.77% 0.12% -
HSV(B) 12.5º 0.87% 0.22% -
XYZ 1.81 1.23 0.34 -
YUV 27.22 116.59 147.81 -
System Red Green Blue C M Y K H S L
Decimal 55 17 7 0 0.69 0.87 0.78 12.5 0.77 0.12
Hex 37 11 7 0 45 57 4E C 4D C
Octal 67 21 7 0 105 127 116 14 115 14
Binary 110111 10001 111 0 1000101 1010111 1001110 1100 1001101 1100

Color Harmonies of #371107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371107

Black with #371107

Text Example


Text Example

White with #371107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371107; }

 p { color: rgb(55,17,7); }

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

background-color css

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

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

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

border-color css

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

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

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