Html Css Color HEX #400F04 Seal Brown

📋 copy color: '#400F04'

red 64 ◦ green 15 ◦ blue 4

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

Shades of Seal Brown #400F04

Tints of Seal Brown #400F04

RGB

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

 GREEN value IS 15 (6.25% from 255) = 18.07%

 BLUE value IS 4 (1.95% from 255) = 4.82%

R = 77.11%
G = 18.07%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#400F04 (or 0x400F04) is known color: Seal Brown. HEX triplet: 40, 0F and 04. RGB value is (64,15,4). Sum of RGB (Red+Green+Blue) = 64+15+4=83 (10% of max value = 765). Red value is 64 (25.39% from 255 or 77.11% from 83); Green value is 15 (6.25% from 255 or 18.07% from 83); Blue value is 4 (1.95% from 255 or 4.82% from 83); Max value from RGB is 64 - color contains mainly: red. Hex color #400F04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400F04 is #BFF0FB. Grayscale: #1C1C1C. Windows color (decimal): -12579068 or 266048. OLE color: 266048.

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

Color convert

RGB 64 15 4 -
CMYK 0 0.77 0.94 0.75
HSL 11º 0.88% 0.13% -
HSV(B) 11º 0.94% 0.25% -
XYZ 2.31 1.44 0.27 -
YUV 28.4 114.23 153.39 -
System Red Green Blue C M Y K H S L
Decimal 64 15 4 0 0.77 0.94 0.75 11 0.88 0.13
Hex 40 F 4 0 4D 5E 4B B 58 D
Octal 100 17 4 0 115 136 113 13 130 15
Binary 1000000 1111 100 0 1001101 1011110 1001011 1011 1011000 1101

Color Harmonies of #400F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400F04

Black with #400F04

Text Example


Text Example

White with #400F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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