Html Css Color HEX #401212 Seal Brown

📋 copy color: '#401212'

red 64 ◦ green 18 ◦ blue 18

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

Shades of Seal Brown #401212

Tints of Seal Brown #401212

RGB

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

 GREEN value IS 18 (7.42% from 255) = 18%

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

R = 64%
G = 18%
B = 18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#401212 (or 0x401212) is known color: Seal Brown. HEX triplet: 40, 12 and 12. RGB value is (64,18,18). Sum of RGB (Red+Green+Blue) = 64+18+18=100 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64% from 100); Green value is 18 (7.42% from 255 or 18% from 100); Blue value is 18 (7.42% from 255 or 18% from 100); Max value from RGB is 64 - color contains mainly: red. Hex color #401212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401212 is #BFEDED. Grayscale: #1F1F1F. Windows color (decimal): -12578286 or 1184320. OLE color: 1184320.

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

Color convert

RGB 64 18 18 -
CMYK 0 0.72 0.72 0.75
HSL 0.56% 0.16% -
HSV(B) 0.72% 0.25% -
XYZ 2.44 1.57 0.75 -
YUV 31.75 120.24 151 -
System Red Green Blue C M Y K H S L
Decimal 64 18 18 0 0.72 0.72 0.75 0 0.56 0.16
Hex 40 12 12 0 48 48 4B 0 38 10
Octal 100 22 22 0 110 110 113 0 70 20
Binary 1000000 10010 10010 0 1001000 1001000 1001011 0 111000 10000

Color Harmonies of #401212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401212

Black with #401212

Text Example


Text Example

White with #401212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401212; }

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

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

background-color css

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

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

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

border-color css

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

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

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