Html Css Color HEX #401310 Seal Brown

📋 copy color: '#401310'

red 64 ◦ green 19 ◦ blue 16

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

Shades of Seal Brown #401310

Tints of Seal Brown #401310

RGB

 RED value IS 64 (25.39% from 255) = 64.65%

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

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

R = 64.65%
G = 19.19%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#401310 (or 0x401310) is known color: Seal Brown. HEX triplet: 40, 13 and 10. RGB value is (64,19,16). Sum of RGB (Red+Green+Blue) = 64+19+16=99 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64.65% from 99); Green value is 19 (7.81% from 255 or 19.19% from 99); Blue value is 16 (6.64% from 255 or 16.16% from 99); Max value from RGB is 64 - color contains mainly: red. Hex color #401310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401310 is #BFECEF. Grayscale: #202020. Windows color (decimal): -12578032 or 1053504. OLE color: 1053504.

HSL color Cylindrical-coordinate representation of color #401310: hue angle of 3.75º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #401310 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 19 16 -
CMYK 0 0.70 0.75 0.75
HSL 3.75º 0.6% 0.16% -
HSV(B) 3.75º 0.75% 0.25% -
XYZ 2.44 1.59 0.67 -
YUV 32.11 118.91 150.74 -
System Red Green Blue C M Y K H S L
Decimal 64 19 16 0 0.70 0.75 0.75 3.75 0.6 0.16
Hex 40 13 10 0 46 4B 4B 4 3C 10
Octal 100 23 20 0 106 113 113 4 74 20
Binary 1000000 10011 10000 0 1000110 1001011 1001011 100 111100 10000

Color Harmonies of #401310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401310

Black with #401310

Text Example


Text Example

White with #401310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401310; }

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

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

background-color css

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

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

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

border-color css

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

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

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