Html Css Color HEX #401717 Seal Brown

📋 copy color: '#401717'

red 64 ◦ green 23 ◦ blue 23

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

Shades of Seal Brown #401717

Tints of Seal Brown #401717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 20.91%

R = 58.18%
G = 20.91%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.75

RGB Variations

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

Color information

#401717 (or 0x401717) is known color: Seal Brown. HEX triplet: 40, 17 and 17. RGB value is (64,23,23). Sum of RGB (Red+Green+Blue) = 64+23+23=110 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.18% from 110); Green value is 23 (9.38% from 255 or 20.91% from 110); Blue value is 23 (9.38% from 255 or 20.91% from 110); Max value from RGB is 64 - color contains mainly: red. Hex color #401717 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401717 is #BFE8E8. Grayscale: #232323. Windows color (decimal): -12577001 or 1513280. OLE color: 1513280.

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

Color convert

RGB 64 23 23 -
CMYK 0 0.64 0.64 0.75
HSL 0.47% 0.17% -
HSV(B) 0.64% 0.25% -
XYZ 2.58 1.76 1.02 -
YUV 35.26 121.08 148.5 -
System Red Green Blue C M Y K H S L
Decimal 64 23 23 0 0.64 0.64 0.75 0 0.47 0.17
Hex 40 17 17 0 40 40 4B 0 2F 11
Octal 100 27 27 0 100 100 113 0 57 21
Binary 1000000 10111 10111 0 1000000 1000000 1001011 0 101111 10001

Color Harmonies of #401717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401717

Black with #401717

Text Example


Text Example

White with #401717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401717; }

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

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

background-color css

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

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

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

border-color css

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

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

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