Html Css Color HEX #391310 Seal Brown

📋 copy color: '#391310'

red 57 ◦ green 19 ◦ blue 16

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

Shades of Seal Brown #391310

Tints of Seal Brown #391310

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.65%

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

R = 61.96%
G = 20.65%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.78

RGB Variations

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

Color information

#391310 (or 0x391310) is known color: Seal Brown. HEX triplet: 39, 13 and 10. RGB value is (57,19,16). Sum of RGB (Red+Green+Blue) = 57+19+16=92 (12% of max value = 765). Red value is 57 (22.66% from 255 or 61.96% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 16 (6.64% from 255 or 17.39% from 92); Max value from RGB is 57 - color contains mainly: red. Hex color #391310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391310 is #C6ECEF. Grayscale: #1E1E1E. Windows color (decimal): -13036784 or 1053497. OLE color: 1053497.

HSL color Cylindrical-coordinate representation of color #391310: hue angle of 4.39º 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 #391310 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 19 16 -
CMYK 0 0.67 0.72 0.78
HSL 4.39º 0.56% 0.14% -
HSV(B) 4.39º 0.72% 0.22% -
XYZ 2.01 1.37 0.65 -
YUV 30.02 120.09 147.24 -
System Red Green Blue C M Y K H S L
Decimal 57 19 16 0 0.67 0.72 0.78 4.39 0.56 0.14
Hex 39 13 10 0 43 48 4E 4 38 E
Octal 71 23 20 0 103 110 116 4 70 16
Binary 111001 10011 10000 0 1000011 1001000 1001110 100 111000 1110

Color Harmonies of #391310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391310

Black with #391310

Text Example


Text Example

White with #391310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391310; }

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

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

background-color css

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

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

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

border-color css

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

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

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