Html Css Color HEX #390602 Seal Brown

📋 copy color: '#390602'

red 57 ◦ green 6 ◦ blue 2

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

Shades of Seal Brown #390602

Tints of Seal Brown #390602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 3.08%

R = 87.69%
G = 9.23%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#390602 (or 0x390602) is known color: Seal Brown. HEX triplet: 39, 06 and 02. RGB value is (57,6,2). Sum of RGB (Red+Green+Blue) = 57+6+2=65 (8% of max value = 765). Red value is 57 (22.66% from 255 or 87.69% from 65); Green value is 6 (2.73% from 255 or 9.23% from 65); Blue value is 2 (1.17% from 255 or 3.08% from 65); Max value from RGB is 57 - color contains mainly: red. Hex color #390602 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390602 is #C6F9FD. Grayscale: #141414. Windows color (decimal): -13040126 or 132665. OLE color: 132665.

HSL color Cylindrical-coordinate representation of color #390602: hue angle of 4.36º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #390602 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 6 2 -
CMYK 0 0.89 0.96 0.78
HSL 4.36º 0.93% 0.12% -
HSV(B) 4.36º 0.96% 0.22% -
XYZ 1.76 1 0.16 -
YUV 20.79 117.4 153.83 -
System Red Green Blue C M Y K H S L
Decimal 57 6 2 0 0.89 0.96 0.78 4.36 0.93 0.12
Hex 39 6 2 0 59 60 4E 4 5D C
Octal 71 6 2 0 131 140 116 4 135 14
Binary 111001 110 10 0 1011001 1100000 1001110 100 1011101 1100

Color Harmonies of #390602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390602

Black with #390602

Text Example


Text Example

White with #390602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390602; }

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

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

background-color css

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

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

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

border-color css

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

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

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