Html Css Color HEX #390701 Seal Brown

📋 copy color: '#390701'

red 57 ◦ green 7 ◦ blue 1

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

Shades of Seal Brown #390701

Tints of Seal Brown #390701

RGB

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

 GREEN value IS 7 (3.13% from 255) = 10.77%

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

R = 87.69%
G = 10.77%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#390701 (or 0x390701) is known color: Seal Brown. HEX triplet: 39, 07 and 01. RGB value is (57,7,1). Sum of RGB (Red+Green+Blue) = 57+7+1=65 (8% of max value = 765). Red value is 57 (22.66% from 255 or 87.69% from 65); Green value is 7 (3.12% from 255 or 10.77% from 65); Blue value is 1 (0.78% from 255 or 1.54% from 65); Max value from RGB is 57 - color contains mainly: red. Hex color #390701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390701 is #C6F8FE. Grayscale: #151515. Windows color (decimal): -13039871 or 67385. OLE color: 67385.

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

Color convert

RGB 57 7 1 -
CMYK 0 0.88 0.98 0.78
HSL 6.43º 0.97% 0.11% -
HSV(B) 6.43º 0.98% 0.22% -
XYZ 1.77 1.02 0.13 -
YUV 21.27 116.57 153.49 -
System Red Green Blue C M Y K H S L
Decimal 57 7 1 0 0.88 0.98 0.78 6.43 0.97 0.11
Hex 39 7 1 0 58 62 4E 6 61 B
Octal 71 7 1 0 130 142 116 6 141 13
Binary 111001 111 1 0 1011000 1100010 1001110 110 1100001 1011

Color Harmonies of #390701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390701

Black with #390701

Text Example


Text Example

White with #390701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390701; }

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

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

background-color css

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

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

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

border-color css

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

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

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