Html Css Color HEX #391210 Seal Brown

📋 copy color: '#391210'

red 57 ◦ green 18 ◦ blue 16

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

Shades of Seal Brown #391210

Tints of Seal Brown #391210

RGB

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

 GREEN value IS 18 (7.42% from 255) = 19.78%

 BLUE value IS 16 (6.64% from 255) = 17.58%

R = 62.64%
G = 19.78%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.78

RGB Variations

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

Color information

#391210 (or 0x391210) is known color: Seal Brown. HEX triplet: 39, 12 and 10. RGB value is (57,18,16). Sum of RGB (Red+Green+Blue) = 57+18+16=91 (12% of max value = 765). Red value is 57 (22.66% from 255 or 62.64% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 16 (6.64% from 255 or 17.58% from 91); Max value from RGB is 57 - color contains mainly: red. Hex color #391210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391210 is #C6EDEF. Grayscale: #1D1D1D. Windows color (decimal): -13037040 or 1053241. OLE color: 1053241.

HSL color Cylindrical-coordinate representation of color #391210: hue angle of 2.93º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #391210 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 18 16 -
CMYK 0 0.68 0.72 0.78
HSL 2.93º 0.56% 0.14% -
HSV(B) 2.93º 0.72% 0.22% -
XYZ 2 1.34 0.64 -
YUV 29.43 120.42 147.66 -
System Red Green Blue C M Y K H S L
Decimal 57 18 16 0 0.68 0.72 0.78 2.93 0.56 0.14
Hex 39 12 10 0 44 48 4E 3 38 E
Octal 71 22 20 0 104 110 116 3 70 16
Binary 111001 10010 10000 0 1000100 1001000 1001110 11 111000 1110

Color Harmonies of #391210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391210

Black with #391210

Text Example


Text Example

White with #391210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391210; }

 p { color: rgb(57,18,16); }

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

background-color css

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

 a { background-color: rgb(57,18,16); }

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

border-color css

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

 span { border-color: rgb(57,18,16); }

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