Html Css Color HEX #40140C Seal Brown

📋 copy color: '#40140C'

red 64 ◦ green 20 ◦ blue 12

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

Shades of Seal Brown #40140C

Tints of Seal Brown #40140C

RGB

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

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

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

R = 66.67%
G = 20.83%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#40140C (or 0x40140C) is known color: Seal Brown. HEX triplet: 40, 14 and 0C. RGB value is (64,20,12). Sum of RGB (Red+Green+Blue) = 64+20+12=96 (12% of max value = 765). Red value is 64 (25.39% from 255 or 66.67% from 96); Green value is 20 (8.20% from 255 or 20.83% from 96); Blue value is 12 (5.08% from 255 or 12.5% from 96); Max value from RGB is 64 - color contains mainly: red. Hex color #40140C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40140C is #BFEBF3. Grayscale: #202020. Windows color (decimal): -12577780 or 791616. OLE color: 791616.

HSL color Cylindrical-coordinate representation of color #40140C: hue angle of 9.23º 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 #40140C is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 20 12 -
CMYK 0 0.69 0.81 0.75
HSL 9.23º 0.68% 0.15% -
HSV(B) 9.23º 0.81% 0.25% -
XYZ 2.43 1.62 0.53 -
YUV 32.24 116.58 150.65 -
System Red Green Blue C M Y K H S L
Decimal 64 20 12 0 0.69 0.81 0.75 9.23 0.68 0.15
Hex 40 14 C 0 45 51 4B 9 44 F
Octal 100 24 14 0 105 121 113 11 104 17
Binary 1000000 10100 1100 0 1000101 1010001 1001011 1001 1000100 1111

Color Harmonies of #40140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40140C

Black with #40140C

Text Example


Text Example

White with #40140C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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