Html Css Color HEX #401010 Seal Brown

📋 copy color: '#401010'

red 64 ◦ green 16 ◦ blue 16

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

Shades of Seal Brown #401010

Tints of Seal Brown #401010

RGB

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

 GREEN value IS 16 (6.64% from 255) = 16.67%

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

R = 66.67%
G = 16.67%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#401010 (or 0x401010) is known color: Seal Brown. HEX triplet: 40, 10 and 10. RGB value is (64,16,16). Sum of RGB (Red+Green+Blue) = 64+16+16=96 (12% of max value = 765). Red value is 64 (25.39% from 255 or 66.67% from 96); Green value is 16 (6.64% from 255 or 16.67% from 96); Blue value is 16 (6.64% from 255 or 16.67% from 96); Max value from RGB is 64 - color contains mainly: red. Hex color #401010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401010 is #BFEFEF. Grayscale: #1E1E1E. Windows color (decimal): -12578800 or 1052736. OLE color: 1052736.

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

Color convert

RGB 64 16 16 -
CMYK 0 0.75 0.75 0.75
HSL 0.6% 0.16% -
HSV(B) 0.75% 0.25% -
XYZ 2.39 1.5 0.65 -
YUV 30.35 119.9 152 -
System Red Green Blue C M Y K H S L
Decimal 64 16 16 0 0.75 0.75 0.75 0 0.6 0.16
Hex 40 10 10 0 4B 4B 4B 0 3C 10
Octal 100 20 20 0 113 113 113 0 74 20
Binary 1000000 10000 10000 0 1001011 1001011 1001011 0 111100 10000

Color Harmonies of #401010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401010

Black with #401010

Text Example


Text Example

White with #401010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401010; }

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

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

background-color css

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

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

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

border-color css

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

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

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