Html Css Color HEX #390F06 Seal Brown

📋 copy color: '#390F06'

red 57 ◦ green 15 ◦ blue 6

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

Shades of Seal Brown #390F06

Tints of Seal Brown #390F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 7.69%

R = 73.08%
G = 19.23%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.78

RGB Variations

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

Color information

#390F06 (or 0x390F06) is known color: Seal Brown. HEX triplet: 39, 0F and 06. RGB value is (57,15,6). Sum of RGB (Red+Green+Blue) = 57+15+6=78 (10% of max value = 765). Red value is 57 (22.66% from 255 or 73.08% from 78); Green value is 15 (6.25% from 255 or 19.23% from 78); Blue value is 6 (2.73% from 255 or 7.69% from 78); Max value from RGB is 57 - color contains mainly: red. Hex color #390F06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390F06 is #C6F0F9. Grayscale: #1A1A1A. Windows color (decimal): -13037818 or 397113. OLE color: 397113.

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

Color convert

RGB 57 15 6 -
CMYK 0 0.74 0.89 0.78
HSL 10.59º 0.81% 0.12% -
HSV(B) 10.59º 0.89% 0.22% -
XYZ 1.89 1.22 0.31 -
YUV 26.53 116.41 149.73 -
System Red Green Blue C M Y K H S L
Decimal 57 15 6 0 0.74 0.89 0.78 10.59 0.81 0.12
Hex 39 F 6 0 4A 59 4E B 51 C
Octal 71 17 6 0 112 131 116 13 121 14
Binary 111001 1111 110 0 1001010 1011001 1001110 1011 1010001 1100

Color Harmonies of #390F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390F06

Black with #390F06

Text Example


Text Example

White with #390F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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