Html Css Color HEX #401710 Seal Brown

📋 copy color: '#401710'

red 64 ◦ green 23 ◦ blue 16

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

Shades of Seal Brown #401710

Tints of Seal Brown #401710

RGB

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

 GREEN value IS 23 (9.38% from 255) = 22.33%

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

R = 62.14%
G = 22.33%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#401710 (or 0x401710) is known color: Seal Brown. HEX triplet: 40, 17 and 10. RGB value is (64,23,16). Sum of RGB (Red+Green+Blue) = 64+23+16=103 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.14% from 103); Green value is 23 (9.38% from 255 or 22.33% from 103); Blue value is 16 (6.64% from 255 or 15.53% from 103); Max value from RGB is 64 - color contains mainly: red. Hex color #401710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401710 is #BFE8EF. Grayscale: #222222. Windows color (decimal): -12577008 or 1054528. OLE color: 1054528.

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

Color convert

RGB 64 23 16 -
CMYK 0 0.64 0.75 0.75
HSL 8.75º 0.6% 0.16% -
HSV(B) 8.75º 0.75% 0.25% -
XYZ 2.51 1.74 0.69 -
YUV 34.46 117.58 149.07 -
System Red Green Blue C M Y K H S L
Decimal 64 23 16 0 0.64 0.75 0.75 8.75 0.6 0.16
Hex 40 17 10 0 40 4B 4B 9 3C 10
Octal 100 27 20 0 100 113 113 11 74 20
Binary 1000000 10111 10000 0 1000000 1001011 1001011 1001 111100 10000

Color Harmonies of #401710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401710

Black with #401710

Text Example


Text Example

White with #401710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401710; }

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

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

background-color css

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

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

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

border-color css

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

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

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