Html Css Color HEX #401210 Seal Brown

📋 copy color: '#401210'

red 64 ◦ green 18 ◦ blue 16

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

Shades of Seal Brown #401210

Tints of Seal Brown #401210

RGB

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

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

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

R = 65.31%
G = 18.37%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#401210 (or 0x401210) is known color: Seal Brown. HEX triplet: 40, 12 and 10. RGB value is (64,18,16). Sum of RGB (Red+Green+Blue) = 64+18+16=98 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.31% from 98); Green value is 18 (7.42% from 255 or 18.37% from 98); Blue value is 16 (6.64% from 255 or 16.33% from 98); Max value from RGB is 64 - color contains mainly: red. Hex color #401210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401210 is #BFEDEF. Grayscale: #1F1F1F. Windows color (decimal): -12578288 or 1053248. OLE color: 1053248.

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

Color convert

RGB 64 18 16 -
CMYK 0 0.72 0.75 0.75
HSL 2.5º 0.6% 0.16% -
HSV(B) 2.5º 0.75% 0.25% -
XYZ 2.42 1.56 0.66 -
YUV 31.53 119.24 151.16 -
System Red Green Blue C M Y K H S L
Decimal 64 18 16 0 0.72 0.75 0.75 2.5 0.6 0.16
Hex 40 12 10 0 48 4B 4B 2 3C 10
Octal 100 22 20 0 110 113 113 2 74 20
Binary 1000000 10010 10000 0 1001000 1001011 1001011 10 111100 10000

Color Harmonies of #401210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401210

Black with #401210

Text Example


Text Example

White with #401210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401210; }

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

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

background-color css

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

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

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

border-color css

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

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

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