Html Css Color HEX #400F08 Seal Brown

📋 copy color: '#400F08'

red 64 ◦ green 15 ◦ blue 8

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

Shades of Seal Brown #400F08

Tints of Seal Brown #400F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 9.2%

R = 73.56%
G = 17.24%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.75

RGB Variations

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

Color information

#400F08 (or 0x400F08) is known color: Seal Brown. HEX triplet: 40, 0F and 08. RGB value is (64,15,8). Sum of RGB (Red+Green+Blue) = 64+15+8=87 (11% of max value = 765). Red value is 64 (25.39% from 255 or 73.56% from 87); Green value is 15 (6.25% from 255 or 17.24% from 87); Blue value is 8 (3.52% from 255 or 9.20% from 87); Max value from RGB is 64 - color contains mainly: red. Hex color #400F08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400F08 is #BFF0F7. Grayscale: #1C1C1C. Windows color (decimal): -12579064 or 528192. OLE color: 528192.

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

Color convert

RGB 64 15 8 -
CMYK 0 0.77 0.87 0.75
HSL 7.5º 0.78% 0.14% -
HSV(B) 7.5º 0.88% 0.25% -
XYZ 2.33 1.45 0.39 -
YUV 28.85 116.23 153.07 -
System Red Green Blue C M Y K H S L
Decimal 64 15 8 0 0.77 0.87 0.75 7.5 0.78 0.14
Hex 40 F 8 0 4D 57 4B 8 4E E
Octal 100 17 10 0 115 127 113 10 116 16
Binary 1000000 1111 1000 0 1001101 1010111 1001011 1000 1001110 1110

Color Harmonies of #400F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400F08

Black with #400F08

Text Example


Text Example

White with #400F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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