Html Css Color HEX #401007 Seal Brown

📋 copy color: '#401007'

red 64 ◦ green 16 ◦ blue 7

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

Shades of Seal Brown #401007

Tints of Seal Brown #401007

RGB

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

 GREEN value IS 16 (6.64% from 255) = 18.39%

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

R = 73.56%
G = 18.39%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.75

RGB Variations

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

Color information

#401007 (or 0x401007) is known color: Seal Brown. HEX triplet: 40, 10 and 07. RGB value is (64,16,7). Sum of RGB (Red+Green+Blue) = 64+16+7=87 (11% of max value = 765). Red value is 64 (25.39% from 255 or 73.56% from 87); Green value is 16 (6.64% from 255 or 18.39% from 87); Blue value is 7 (3.12% from 255 or 8.05% from 87); Max value from RGB is 64 - color contains mainly: red. Hex color #401007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401007 is #BFEFF8. Grayscale: #1D1D1D. Windows color (decimal): -12578809 or 462912. OLE color: 462912.

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

Color convert

RGB 64 16 7 -
CMYK 0 0.75 0.89 0.75
HSL 9.47º 0.8% 0.14% -
HSV(B) 9.47º 0.89% 0.25% -
XYZ 2.34 1.48 0.36 -
YUV 29.33 115.4 152.73 -
System Red Green Blue C M Y K H S L
Decimal 64 16 7 0 0.75 0.89 0.75 9.47 0.8 0.14
Hex 40 10 7 0 4B 59 4B 9 50 E
Octal 100 20 7 0 113 131 113 11 120 16
Binary 1000000 10000 111 0 1001011 1011001 1001011 1001 1010000 1110

Color Harmonies of #401007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401007

Black with #401007

Text Example


Text Example

White with #401007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401007; }

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

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

background-color css

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

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

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

border-color css

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

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

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