Html Css Color HEX #390A07 Seal Brown

📋 copy color: '#390A07'

red 57 ◦ green 10 ◦ blue 7

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

Shades of Seal Brown #390A07

Tints of Seal Brown #390A07

RGB

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

 GREEN value IS 10 (4.3% from 255) = 13.51%

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

R = 77.03%
G = 13.51%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.78

RGB Variations

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

Color information

#390A07 (or 0x390A07) is known color: Seal Brown. HEX triplet: 39, 0A and 07. RGB value is (57,10,7). Sum of RGB (Red+Green+Blue) = 57+10+7=74 (9% of max value = 765). Red value is 57 (22.66% from 255 or 77.03% from 74); Green value is 10 (4.30% from 255 or 13.51% from 74); Blue value is 7 (3.12% from 255 or 9.46% from 74); Max value from RGB is 57 - color contains mainly: red. Hex color #390A07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390A07 is #C6F5F8. Grayscale: #171717. Windows color (decimal): -13039097 or 461369. OLE color: 461369.

HSL color Cylindrical-coordinate representation of color #390A07: hue angle of 3.6º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #390A07 is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 10 7 -
CMYK 0 0.82 0.88 0.78
HSL 3.6º 0.78% 0.13% -
HSV(B) 3.6º 0.88% 0.22% -
XYZ 1.83 1.1 0.32 -
YUV 23.71 118.57 151.74 -
System Red Green Blue C M Y K H S L
Decimal 57 10 7 0 0.82 0.88 0.78 3.6 0.78 0.13
Hex 39 A 7 0 52 58 4E 4 4E D
Octal 71 12 7 0 122 130 116 4 116 15
Binary 111001 1010 111 0 1010010 1011000 1001110 100 1001110 1101

Color Harmonies of #390A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390A07

Black with #390A07

Text Example


Text Example

White with #390A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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