Html Css Color HEX #401207 Seal Brown

📋 copy color: '#401207'

red 64 ◦ green 18 ◦ blue 7

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

Shades of Seal Brown #401207

Tints of Seal Brown #401207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 7.87%

R = 71.91%
G = 20.22%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.75

RGB Variations

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

Color information

#401207 (or 0x401207) is known color: Seal Brown. HEX triplet: 40, 12 and 07. RGB value is (64,18,7). Sum of RGB (Red+Green+Blue) = 64+18+7=89 (11% of max value = 765). Red value is 64 (25.39% from 255 or 71.91% from 89); Green value is 18 (7.42% from 255 or 20.22% from 89); Blue value is 7 (3.12% from 255 or 7.87% from 89); Max value from RGB is 64 - color contains mainly: red. Hex color #401207 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401207 is #BFEDF8. Grayscale: #1E1E1E. Windows color (decimal): -12578297 or 463424. OLE color: 463424.

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

Color convert

RGB 64 18 7 -
CMYK 0 0.72 0.89 0.75
HSL 11.58º 0.8% 0.14% -
HSV(B) 11.58º 0.89% 0.25% -
XYZ 2.37 1.54 0.37 -
YUV 30.5 114.74 151.89 -
System Red Green Blue C M Y K H S L
Decimal 64 18 7 0 0.72 0.89 0.75 11.58 0.8 0.14
Hex 40 12 7 0 48 59 4B C 50 E
Octal 100 22 7 0 110 131 113 14 120 16
Binary 1000000 10010 111 0 1001000 1011001 1001011 1100 1010000 1110

Color Harmonies of #401207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401207

Black with #401207

Text Example


Text Example

White with #401207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401207; }

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

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

background-color css

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

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

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

border-color css

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

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

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