Html Css Color HEX #400E0C Seal Brown

📋 copy color: '#400E0C'

red 64 ◦ green 14 ◦ blue 12

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

Shades of Seal Brown #400E0C

Tints of Seal Brown #400E0C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 15.56%

 BLUE value IS 12 (5.08% from 255) = 13.33%

R = 71.11%
G = 15.56%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#400E0C (or 0x400E0C) is known color: Seal Brown. HEX triplet: 40, 0E and 0C. RGB value is (64,14,12). Sum of RGB (Red+Green+Blue) = 64+14+12=90 (11% of max value = 765). Red value is 64 (25.39% from 255 or 71.11% from 90); Green value is 14 (5.86% from 255 or 15.56% from 90); Blue value is 12 (5.08% from 255 or 13.33% from 90); Max value from RGB is 64 - color contains mainly: red. Hex color #400E0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400E0C is #BFF1F3. Grayscale: #1C1C1C. Windows color (decimal): -12579316 or 790080. OLE color: 790080.

HSL color Cylindrical-coordinate representation of color #400E0C: hue angle of 2.31º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #400E0C is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 14 12 -
CMYK 0 0.78 0.81 0.75
HSL 2.31º 0.68% 0.15% -
HSV(B) 2.31º 0.81% 0.25% -
XYZ 2.34 1.43 0.5 -
YUV 28.72 118.57 153.16 -
System Red Green Blue C M Y K H S L
Decimal 64 14 12 0 0.78 0.81 0.75 2.31 0.68 0.15
Hex 40 E C 0 4E 51 4B 2 44 F
Octal 100 16 14 0 116 121 113 2 104 17
Binary 1000000 1110 1100 0 1001110 1010001 1001011 10 1000100 1111

Color Harmonies of #400E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400E0C

Black with #400E0C

Text Example


Text Example

White with #400E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,14,12); }

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

background-color css

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

 a { background-color: rgb(64,14,12); }

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

border-color css

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

 span { border-color: rgb(64,14,12); }

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