Html Css Color HEX #401812 Seal Brown

📋 copy color: '#401812'

red 64 ◦ green 24 ◦ blue 18

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

Shades of Seal Brown #401812

Tints of Seal Brown #401812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 22.64%

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

R = 60.38%
G = 22.64%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#401812 (or 0x401812) is known color: Seal Brown. HEX triplet: 40, 18 and 12. RGB value is (64,24,18). Sum of RGB (Red+Green+Blue) = 64+24+18=106 (14% of max value = 765). Red value is 64 (25.39% from 255 or 60.38% from 106); Green value is 24 (9.77% from 255 or 22.64% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 64 - color contains mainly: red. Hex color #401812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401812 is #BFE7ED. Grayscale: #232323. Windows color (decimal): -12576750 or 1185856. OLE color: 1185856.

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

Color convert

RGB 64 24 18 -
CMYK 0 0.62 0.72 0.75
HSL 7.83º 0.56% 0.16% -
HSV(B) 7.83º 0.72% 0.25% -
XYZ 2.55 1.79 0.78 -
YUV 35.28 118.25 148.49 -
System Red Green Blue C M Y K H S L
Decimal 64 24 18 0 0.62 0.72 0.75 7.83 0.56 0.16
Hex 40 18 12 0 3E 48 4B 8 38 10
Octal 100 30 22 0 76 110 113 10 70 20
Binary 1000000 11000 10010 0 111110 1001000 1001011 1000 111000 10000

Color Harmonies of #401812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401812

Black with #401812

Text Example


Text Example

White with #401812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401812; }

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

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

background-color css

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

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

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

border-color css

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

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

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