Html Css Color HEX #401711 Seal Brown

📋 copy color: '#401711'

red 64 ◦ green 23 ◦ blue 17

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

Shades of Seal Brown #401711

Tints of Seal Brown #401711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 16.35%

R = 61.54%
G = 22.12%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#401711 (or 0x401711) is known color: Seal Brown. HEX triplet: 40, 17 and 11. RGB value is (64,23,17). Sum of RGB (Red+Green+Blue) = 64+23+17=104 (13% of max value = 765). Red value is 64 (25.39% from 255 or 61.54% from 104); Green value is 23 (9.38% from 255 or 22.12% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 64 - color contains mainly: red. Hex color #401711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401711 is #BFE8EE. Grayscale: #222222. Windows color (decimal): -12577007 or 1120064. OLE color: 1120064.

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

Color convert

RGB 64 23 17 -
CMYK 0 0.64 0.73 0.75
HSL 7.66º 0.58% 0.16% -
HSV(B) 7.66º 0.73% 0.25% -
XYZ 2.52 1.74 0.73 -
YUV 34.58 118.08 148.99 -
System Red Green Blue C M Y K H S L
Decimal 64 23 17 0 0.64 0.73 0.75 7.66 0.58 0.16
Hex 40 17 11 0 40 49 4B 8 3A 10
Octal 100 27 21 0 100 111 113 10 72 20
Binary 1000000 10111 10001 0 1000000 1001001 1001011 1000 111010 10000

Color Harmonies of #401711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401711

Black with #401711

Text Example


Text Example

White with #401711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401711; }

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

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

background-color css

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

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

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

border-color css

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

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

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