Html Css Color HEX #390801 Seal Brown

📋 copy color: '#390801'

red 57 ◦ green 8 ◦ blue 1

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

Shades of Seal Brown #390801

Tints of Seal Brown #390801

RGB

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

 GREEN value IS 8 (3.52% from 255) = 12.12%

 BLUE value IS 1 (0.78% from 255) = 1.52%

R = 86.36%
G = 12.12%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#390801 (or 0x390801) is known color: Seal Brown. HEX triplet: 39, 08 and 01. RGB value is (57,8,1). Sum of RGB (Red+Green+Blue) = 57+8+1=66 (8% of max value = 765). Red value is 57 (22.66% from 255 or 86.36% from 66); Green value is 8 (3.52% from 255 or 12.12% from 66); Blue value is 1 (0.78% from 255 or 1.52% from 66); Max value from RGB is 57 - color contains mainly: red. Hex color #390801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390801 is #C6F7FE. Grayscale: #151515. Windows color (decimal): -13039615 or 67641. OLE color: 67641.

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

Color convert

RGB 57 8 1 -
CMYK 0 0.86 0.98 0.78
HSL 7.5º 0.97% 0.11% -
HSV(B) 7.5º 0.98% 0.22% -
XYZ 1.78 1.05 0.14 -
YUV 21.85 116.23 153.07 -
System Red Green Blue C M Y K H S L
Decimal 57 8 1 0 0.86 0.98 0.78 7.5 0.97 0.11
Hex 39 8 1 0 56 62 4E 8 61 B
Octal 71 10 1 0 126 142 116 10 141 13
Binary 111001 1000 1 0 1010110 1100010 1001110 1000 1100001 1011

Color Harmonies of #390801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390801

Black with #390801

Text Example


Text Example

White with #390801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390801; }

 p { color: rgb(57,8,1); }

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

background-color css

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

 a { background-color: rgb(57,8,1); }

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

border-color css

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

 span { border-color: rgb(57,8,1); }

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