Html Css Color HEX #401612 Seal Brown

📋 copy color: '#401612'

red 64 ◦ green 22 ◦ blue 18

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

Shades of Seal Brown #401612

Tints of Seal Brown #401612

RGB

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

 GREEN value IS 22 (8.98% from 255) = 21.15%

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

R = 61.54%
G = 21.15%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#401612 (or 0x401612) is known color: Seal Brown. HEX triplet: 40, 16 and 12. RGB value is (64,22,18). Sum of RGB (Red+Green+Blue) = 64+22+18=104 (13% of max value = 765). Red value is 64 (25.39% from 255 or 61.54% from 104); Green value is 22 (8.98% from 255 or 21.15% from 104); Blue value is 18 (7.42% from 255 or 17.31% from 104); Max value from RGB is 64 - color contains mainly: red. Hex color #401612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401612 is #BFE9ED. Grayscale: #222222. Windows color (decimal): -12577262 or 1185344. OLE color: 1185344.

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

Color convert

RGB 64 22 18 -
CMYK 0 0.66 0.72 0.75
HSL 5.22º 0.56% 0.16% -
HSV(B) 5.22º 0.72% 0.25% -
XYZ 2.51 1.71 0.77 -
YUV 34.1 118.91 149.33 -
System Red Green Blue C M Y K H S L
Decimal 64 22 18 0 0.66 0.72 0.75 5.22 0.56 0.16
Hex 40 16 12 0 42 48 4B 5 38 10
Octal 100 26 22 0 102 110 113 5 70 20
Binary 1000000 10110 10010 0 1000010 1001000 1001011 101 111000 10000

Color Harmonies of #401612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401612

Black with #401612

Text Example


Text Example

White with #401612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401612; }

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

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

background-color css

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

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

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

border-color css

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

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

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