Html Css Color HEX #390600 Seal Brown

📋 copy color: '#390600'

red 57 ◦ green 6 ◦ blue 0

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

Shades of Seal Brown #390600

Tints of Seal Brown #390600

RGB

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

 GREEN value IS 6 (2.73% from 255) = 9.52%

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

R = 90.48%
G = 9.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#390600 (or 0x390600) is known color: Seal Brown. HEX triplet: 39, 06 and 00. RGB value is (57,6,0). Sum of RGB (Red+Green+Blue) = 57+6+0=63 (8% of max value = 765). Red value is 57 (22.66% from 255 or 90.48% from 63); Green value is 6 (2.73% from 255 or 9.52% from 63); Blue value is 0 (0.39% from 255 or 0% from 63); Max value from RGB is 57 - color contains mainly: red. Hex color #390600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390600 is #C6F9FF. Grayscale: #141414. Windows color (decimal): -13040128 or 1593. OLE color: 1593.

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

Color convert

RGB 57 6 0 -
CMYK 0 0.89 1 0.78
HSL 6.32º 1% 0.11% -
HSV(B) 6.32º 1% 0.22% -
XYZ 1.75 1 0.1 -
YUV 20.57 116.4 153.99 -
System Red Green Blue C M Y K H S L
Decimal 57 6 0 0 0.89 1 0.78 6.32 1 0.11
Hex 39 6 0 0 59 64 4E 6 64 B
Octal 71 6 0 0 131 144 116 6 144 13
Binary 111001 110 0 0 1011001 1100100 1001110 110 1100100 1011

Color Harmonies of #390600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390600

Black with #390600

Text Example


Text Example

White with #390600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390600; }

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

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

background-color css

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

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

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

border-color css

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

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

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