Html Css Color HEX #390C00 Seal Brown

📋 copy color: '#390C00'

red 57 ◦ green 12 ◦ blue 0

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

Shades of Seal Brown #390C00

Tints of Seal Brown #390C00

RGB

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

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

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

R = 82.61%
G = 17.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#390C00 (or 0x390C00) is known color: Seal Brown. HEX triplet: 39, 0C and 00. RGB value is (57,12,0). Sum of RGB (Red+Green+Blue) = 57+12+0=69 (9% of max value = 765). Red value is 57 (22.66% from 255 or 82.61% from 69); Green value is 12 (5.08% from 255 or 17.39% from 69); Blue value is 0 (0.39% from 255 or 0% from 69); Max value from RGB is 57 - color contains mainly: red. Hex color #390C00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390C00 is #C6F3FF. Grayscale: #181818. Windows color (decimal): -13038592 or 3129. OLE color: 3129.

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

Color convert

RGB 57 12 0 -
CMYK 0 0.79 1 0.78
HSL 12.63º 1% 0.11% -
HSV(B) 12.63º 1% 0.22% -
XYZ 1.82 1.13 0.12 -
YUV 24.09 114.41 151.48 -
System Red Green Blue C M Y K H S L
Decimal 57 12 0 0 0.79 1 0.78 12.63 1 0.11
Hex 39 C 0 0 4F 64 4E D 64 B
Octal 71 14 0 0 117 144 116 15 144 13
Binary 111001 1100 0 0 1001111 1100100 1001110 1101 1100100 1011

Color Harmonies of #390C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390C00

Black with #390C00

Text Example


Text Example

White with #390C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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