Html Css Color HEX #391000 Seal Brown

📋 copy color: '#391000'

red 57 ◦ green 16 ◦ blue 0

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

Shades of Seal Brown #391000

Tints of Seal Brown #391000

RGB

 RED value IS 57 (22.66% from 255) = 78.08%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.08%
G = 21.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#391000 (or 0x391000) is known color: Seal Brown. HEX triplet: 39, 10 and 00. RGB value is (57,16,0). Sum of RGB (Red+Green+Blue) = 57+16+0=73 (9% of max value = 765). Red value is 57 (22.66% from 255 or 78.08% from 73); Green value is 16 (6.64% from 255 or 21.92% from 73); Blue value is 0 (0.39% from 255 or 0% from 73); Max value from RGB is 57 - color contains mainly: red. Hex color #391000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391000 is #C6EFFF. Grayscale: #1A1A1A. Windows color (decimal): -13037568 or 4153. OLE color: 4153.

HSL color Cylindrical-coordinate representation of color #391000: hue angle of 16.84º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #391000 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 16 0 -
CMYK 0 0.72 1 0.78
HSL 16.84º 1% 0.11% -
HSV(B) 16.84º 1% 0.22% -
XYZ 1.87 1.24 0.14 -
YUV 26.44 113.08 149.8 -
System Red Green Blue C M Y K H S L
Decimal 57 16 0 0 0.72 1 0.78 16.84 1 0.11
Hex 39 10 0 0 48 64 4E 11 64 B
Octal 71 20 0 0 110 144 116 21 144 13
Binary 111001 10000 0 0 1001000 1100100 1001110 10001 1100100 1011

Color Harmonies of #391000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391000

Black with #391000

Text Example


Text Example

White with #391000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391000; }

 p { color: rgb(57,16,0); }

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

background-color css

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

 a { background-color: rgb(57,16,0); }

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

border-color css

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

 span { border-color: rgb(57,16,0); }

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