Html Css Color HEX #371007 Seal Brown

📋 copy color: '#371007'

red 55 ◦ green 16 ◦ blue 7

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

Shades of Seal Brown #371007

Tints of Seal Brown #371007

RGB

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

 GREEN value IS 16 (6.64% from 255) = 20.51%

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

R = 70.51%
G = 20.51%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.78

RGB Variations

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

Color information

#371007 (or 0x371007) is known color: Seal Brown. HEX triplet: 37, 10 and 07. RGB value is (55,16,7). Sum of RGB (Red+Green+Blue) = 55+16+7=78 (10% of max value = 765). Red value is 55 (21.88% from 255 or 70.51% from 78); Green value is 16 (6.64% from 255 or 20.51% from 78); Blue value is 7 (3.12% from 255 or 8.97% from 78); Max value from RGB is 55 - color contains mainly: red. Hex color #371007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371007 is #C8EFF8. Grayscale: #1A1A1A. Windows color (decimal): -13168633 or 462903. OLE color: 462903.

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

Color convert

RGB 55 16 7 -
CMYK 0 0.71 0.87 0.78
HSL 11.25º 0.77% 0.12% -
HSV(B) 11.25º 0.87% 0.22% -
XYZ 1.8 1.2 0.34 -
YUV 26.64 116.92 148.23 -
System Red Green Blue C M Y K H S L
Decimal 55 16 7 0 0.71 0.87 0.78 11.25 0.77 0.12
Hex 37 10 7 0 47 57 4E B 4D C
Octal 67 20 7 0 107 127 116 13 115 14
Binary 110111 10000 111 0 1000111 1010111 1001110 1011 1001101 1100

Color Harmonies of #371007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371007

Black with #371007

Text Example


Text Example

White with #371007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371007; }

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

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

background-color css

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

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

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

border-color css

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

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

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