Html Css Color HEX #401712 Seal Brown

📋 copy color: '#401712'

red 64 ◦ green 23 ◦ blue 18

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

Shades of Seal Brown #401712

Tints of Seal Brown #401712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 17.14%

R = 60.95%
G = 21.9%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#401712 (or 0x401712) is known color: Seal Brown. HEX triplet: 40, 17 and 12. RGB value is (64,23,18). Sum of RGB (Red+Green+Blue) = 64+23+18=105 (13% of max value = 765). Red value is 64 (25.39% from 255 or 60.95% from 105); Green value is 23 (9.38% from 255 or 21.90% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 64 - color contains mainly: red. Hex color #401712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401712 is #BFE8ED. Grayscale: #222222. Windows color (decimal): -12577006 or 1185600. OLE color: 1185600.

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

Color convert

RGB 64 23 18 -
CMYK 0 0.64 0.72 0.75
HSL 6.52º 0.56% 0.16% -
HSV(B) 6.52º 0.72% 0.25% -
XYZ 2.53 1.75 0.78 -
YUV 34.69 118.58 148.91 -
System Red Green Blue C M Y K H S L
Decimal 64 23 18 0 0.64 0.72 0.75 6.52 0.56 0.16
Hex 40 17 12 0 40 48 4B 7 38 10
Octal 100 27 22 0 100 110 113 7 70 20
Binary 1000000 10111 10010 0 1000000 1001000 1001011 111 111000 10000

Color Harmonies of #401712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401712

Black with #401712

Text Example


Text Example

White with #401712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401712; }

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

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

background-color css

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

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

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

border-color css

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

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

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