Html Css Color HEX #390F00 Seal Brown

📋 copy color: '#390F00'

red 57 ◦ green 15 ◦ blue 0

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

Shades of Seal Brown #390F00

Tints of Seal Brown #390F00

RGB

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

 GREEN value IS 15 (6.25% from 255) = 20.83%

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

R = 79.17%
G = 20.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#390F00 (or 0x390F00) is known color: Seal Brown. HEX triplet: 39, 0F and 00. RGB value is (57,15,0). Sum of RGB (Red+Green+Blue) = 57+15+0=72 (9% of max value = 765). Red value is 57 (22.66% from 255 or 79.17% from 72); Green value is 15 (6.25% from 255 or 20.83% from 72); Blue value is 0 (0.39% from 255 or 0% from 72); Max value from RGB is 57 - color contains mainly: red. Hex color #390F00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390F00 is #C6F0FF. Grayscale: #191919. Windows color (decimal): -13037824 or 3897. OLE color: 3897.

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

Color convert

RGB 57 15 0 -
CMYK 0 0.74 1 0.78
HSL 15.79º 1% 0.11% -
HSV(B) 15.79º 1% 0.22% -
XYZ 1.86 1.21 0.14 -
YUV 25.85 113.41 150.22 -
System Red Green Blue C M Y K H S L
Decimal 57 15 0 0 0.74 1 0.78 15.79 1 0.11
Hex 39 F 0 0 4A 64 4E 10 64 B
Octal 71 17 0 0 112 144 116 20 144 13
Binary 111001 1111 0 0 1001010 1100100 1001110 10000 1100100 1011

Color Harmonies of #390F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390F00

Black with #390F00

Text Example


Text Example

White with #390F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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