Html Css Color HEX #390D06 Seal Brown

📋 copy color: '#390D06'

red 57 ◦ green 13 ◦ blue 6

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

Shades of Seal Brown #390D06

Tints of Seal Brown #390D06

RGB

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

 GREEN value IS 13 (5.47% from 255) = 17.11%

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

R = 75%
G = 17.11%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.78

RGB Variations

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

Color information

#390D06 (or 0x390D06) is known color: Seal Brown. HEX triplet: 39, 0D and 06. RGB value is (57,13,6). Sum of RGB (Red+Green+Blue) = 57+13+6=76 (10% of max value = 765). Red value is 57 (22.66% from 255 or 75% from 76); Green value is 13 (5.47% from 255 or 17.11% from 76); Blue value is 6 (2.73% from 255 or 7.89% from 76); Max value from RGB is 57 - color contains mainly: red. Hex color #390D06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390D06 is #C6F2F9. Grayscale: #191919. Windows color (decimal): -13038330 or 396601. OLE color: 396601.

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

Color convert

RGB 57 13 6 -
CMYK 0 0.77 0.89 0.78
HSL 8.24º 0.81% 0.12% -
HSV(B) 8.24º 0.89% 0.22% -
XYZ 1.86 1.17 0.3 -
YUV 25.36 117.08 150.57 -
System Red Green Blue C M Y K H S L
Decimal 57 13 6 0 0.77 0.89 0.78 8.24 0.81 0.12
Hex 39 D 6 0 4D 59 4E 8 51 C
Octal 71 15 6 0 115 131 116 10 121 14
Binary 111001 1101 110 0 1001101 1011001 1001110 1000 1010001 1100

Color Harmonies of #390D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390D06

Black with #390D06

Text Example


Text Example

White with #390D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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