Html Css Color HEX #390C07 Seal Brown

📋 copy color: '#390C07'

red 57 ◦ green 12 ◦ blue 7

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

Shades of Seal Brown #390C07

Tints of Seal Brown #390C07

RGB

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

 GREEN value IS 12 (5.08% from 255) = 15.79%

 BLUE value IS 7 (3.13% from 255) = 9.21%

R = 75%
G = 15.79%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.78

RGB Variations

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

Color information

#390C07 (or 0x390C07) is known color: Seal Brown. HEX triplet: 39, 0C and 07. RGB value is (57,12,7). Sum of RGB (Red+Green+Blue) = 57+12+7=76 (10% of max value = 765). Red value is 57 (22.66% from 255 or 75% from 76); Green value is 12 (5.08% from 255 or 15.79% from 76); Blue value is 7 (3.12% from 255 or 9.21% from 76); Max value from RGB is 57 - color contains mainly: red. Hex color #390C07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390C07 is #C6F3F8. Grayscale: #181818. Windows color (decimal): -13038585 or 461881. OLE color: 461881.

HSL color Cylindrical-coordinate representation of color #390C07: hue angle of 6º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #390C07 is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 12 7 -
CMYK 0 0.79 0.88 0.78
HSL 0.78% 0.13% -
HSV(B) 0.88% 0.22% -
XYZ 1.86 1.15 0.32 -
YUV 24.89 117.91 150.91 -
System Red Green Blue C M Y K H S L
Decimal 57 12 7 0 0.79 0.88 0.78 6 0.78 0.13
Hex 39 C 7 0 4F 58 4E 6 4E D
Octal 71 14 7 0 117 130 116 6 116 15
Binary 111001 1100 111 0 1001111 1011000 1001110 110 1001110 1101

Color Harmonies of #390C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390C07

Black with #390C07

Text Example


Text Example

White with #390C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,12,7); }

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

background-color css

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

 a { background-color: rgb(57,12,7); }

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

border-color css

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

 span { border-color: rgb(57,12,7); }

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