Html Css Color HEX #400400 Seal Brown

📋 copy color: '#400400'

red 64 ◦ green 4 ◦ blue 0

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

Shades of Seal Brown #400400

Tints of Seal Brown #400400

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.88%

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

R = 94.12%
G = 5.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#400400 (or 0x400400) is known color: Seal Brown. HEX triplet: 40, 04 and 00. RGB value is (64,4,0). Sum of RGB (Red+Green+Blue) = 64+4+0=68 (9% of max value = 765). Red value is 64 (25.39% from 255 or 94.12% from 68); Green value is 4 (1.95% from 255 or 5.88% from 68); Blue value is 0 (0.39% from 255 or 0% from 68); Max value from RGB is 64 - color contains mainly: red. Hex color #400400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400400 is #BFFBFF. Grayscale: #151515. Windows color (decimal): -12581888 or 1088. OLE color: 1088.

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

Color convert

RGB 64 4 0 -
CMYK 0 0.94 1 0.75
HSL 3.75º 1% 0.13% -
HSV(B) 3.75º 1% 0.25% -
XYZ 2.16 1.18 0.11 -
YUV 21.48 115.88 158.33 -
System Red Green Blue C M Y K H S L
Decimal 64 4 0 0 0.94 1 0.75 3.75 1 0.13
Hex 40 4 0 0 5E 64 4B 4 64 D
Octal 100 4 0 0 136 144 113 4 144 15
Binary 1000000 100 0 0 1011110 1100100 1001011 100 1100100 1101

Color Harmonies of #400400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400400

Black with #400400

Text Example


Text Example

White with #400400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400400; }

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

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

background-color css

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

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

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

border-color css

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

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

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