Html Css Color HEX #390700 Seal Brown

📋 copy color: '#390700'

red 57 ◦ green 7 ◦ blue 0

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

Shades of Seal Brown #390700

Tints of Seal Brown #390700

RGB

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

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

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

R = 89.06%
G = 10.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#390700 (or 0x390700) is known color: Seal Brown. HEX triplet: 39, 07 and 00. RGB value is (57,7,0). Sum of RGB (Red+Green+Blue) = 57+7+0=64 (8% of max value = 765). Red value is 57 (22.66% from 255 or 89.06% from 64); Green value is 7 (3.12% from 255 or 10.94% from 64); Blue value is 0 (0.39% from 255 or 0% from 64); Max value from RGB is 57 - color contains mainly: red. Hex color #390700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390700 is #C6F8FF. Grayscale: #151515. Windows color (decimal): -13039872 or 1849. OLE color: 1849.

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

Color convert

RGB 57 7 0 -
CMYK 0 0.88 1 0.78
HSL 7.37º 1% 0.11% -
HSV(B) 7.37º 1% 0.22% -
XYZ 1.76 1.02 0.1 -
YUV 21.15 116.07 153.57 -
System Red Green Blue C M Y K H S L
Decimal 57 7 0 0 0.88 1 0.78 7.37 1 0.11
Hex 39 7 0 0 58 64 4E 7 64 B
Octal 71 7 0 0 130 144 116 7 144 13
Binary 111001 111 0 0 1011000 1100100 1001110 111 1100100 1011

Color Harmonies of #390700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390700

Black with #390700

Text Example


Text Example

White with #390700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390700; }

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

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

background-color css

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

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

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

border-color css

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

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

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