Html Css Color HEX #40140E Seal Brown

📋 copy color: '#40140E'

red 64 ◦ green 20 ◦ blue 14

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

Shades of Seal Brown #40140E

Tints of Seal Brown #40140E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 20.41%

 BLUE value IS 14 (5.86% from 255) = 14.29%

R = 65.31%
G = 20.41%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#40140E (or 0x40140E) is known color: Seal Brown. HEX triplet: 40, 14 and 0E. RGB value is (64,20,14). Sum of RGB (Red+Green+Blue) = 64+20+14=98 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.31% from 98); Green value is 20 (8.20% from 255 or 20.41% from 98); Blue value is 14 (5.86% from 255 or 14.29% from 98); Max value from RGB is 64 - color contains mainly: red. Hex color #40140E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40140E is #BFEBF1. Grayscale: #202020. Windows color (decimal): -12577778 or 922688. OLE color: 922688.

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

Color convert

RGB 64 20 14 -
CMYK 0 0.69 0.78 0.75
HSL 7.2º 0.64% 0.15% -
HSV(B) 7.2º 0.78% 0.25% -
XYZ 2.44 1.62 0.6 -
YUV 32.47 117.58 150.49 -
System Red Green Blue C M Y K H S L
Decimal 64 20 14 0 0.69 0.78 0.75 7.2 0.64 0.15
Hex 40 14 E 0 45 4E 4B 7 40 F
Octal 100 24 16 0 105 116 113 7 100 17
Binary 1000000 10100 1110 0 1000101 1001110 1001011 111 1000000 1111

Color Harmonies of #40140E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40140E

Black with #40140E

Text Example


Text Example

White with #40140E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40140E; }

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

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

background-color css

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

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

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

border-color css

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

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

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