Html Css Color HEX #400900 Seal Brown

📋 copy color: '#400900'

red 64 ◦ green 9 ◦ blue 0

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

Shades of Seal Brown #400900

Tints of Seal Brown #400900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 12.33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 87.67%
G = 12.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#400900 (or 0x400900) is known color: Seal Brown. HEX triplet: 40, 09 and 00. RGB value is (64,9,0). Sum of RGB (Red+Green+Blue) = 64+9+0=73 (9% of max value = 765). Red value is 64 (25.39% from 255 or 87.67% from 73); Green value is 9 (3.91% from 255 or 12.33% from 73); Blue value is 0 (0.39% from 255 or 0% from 73); Max value from RGB is 64 - color contains mainly: red. Hex color #400900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400900 is #BFF6FF. Grayscale: #181818. Windows color (decimal): -12580608 or 2368. OLE color: 2368.

HSL color Cylindrical-coordinate representation of color #400900: hue angle of 8.44º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #400900 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 9 0 -
CMYK 0 0.86 1 0.75
HSL 8.44º 1% 0.13% -
HSV(B) 8.44º 1% 0.25% -
XYZ 2.21 1.29 0.13 -
YUV 24.42 114.22 156.23 -
System Red Green Blue C M Y K H S L
Decimal 64 9 0 0 0.86 1 0.75 8.44 1 0.13
Hex 40 9 0 0 56 64 4B 8 64 D
Octal 100 11 0 0 126 144 113 10 144 15
Binary 1000000 1001 0 0 1010110 1100100 1001011 1000 1100100 1101

Color Harmonies of #400900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400900

Black with #400900

Text Example


Text Example

White with #400900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400900; }

 p { color: rgb(64,9,0); }

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

background-color css

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

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

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

border-color css

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

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

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