Html Css Color HEX #401512 Seal Brown

📋 copy color: '#401512'

red 64 ◦ green 21 ◦ blue 18

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

Shades of Seal Brown #401512

Tints of Seal Brown #401512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 20.39%

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

R = 62.14%
G = 20.39%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#401512 (or 0x401512) is known color: Seal Brown. HEX triplet: 40, 15 and 12. RGB value is (64,21,18). Sum of RGB (Red+Green+Blue) = 64+21+18=103 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.14% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 18 (7.42% from 255 or 17.48% from 103); Max value from RGB is 64 - color contains mainly: red. Hex color #401512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401512 is #BFEAED. Grayscale: #212121. Windows color (decimal): -12577518 or 1185088. OLE color: 1185088.

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

Color convert

RGB 64 21 18 -
CMYK 0 0.67 0.72 0.75
HSL 3.91º 0.56% 0.16% -
HSV(B) 3.91º 0.72% 0.25% -
XYZ 2.49 1.67 0.76 -
YUV 33.52 119.25 149.74 -
System Red Green Blue C M Y K H S L
Decimal 64 21 18 0 0.67 0.72 0.75 3.91 0.56 0.16
Hex 40 15 12 0 43 48 4B 4 38 10
Octal 100 25 22 0 103 110 113 4 70 20
Binary 1000000 10101 10010 0 1000011 1001000 1001011 100 111000 10000

Color Harmonies of #401512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401512

Black with #401512

Text Example


Text Example

White with #401512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401512; }

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

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

background-color css

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

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

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

border-color css

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

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

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