Html Css Color HEX #40150E Seal Brown

📋 copy color: '#40150E'

red 64 ◦ green 21 ◦ blue 14

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

Shades of Seal Brown #40150E

Tints of Seal Brown #40150E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 21.21%

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

R = 64.65%
G = 21.21%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#40150E (or 0x40150E) is known color: Seal Brown. HEX triplet: 40, 15 and 0E. RGB value is (64,21,14). Sum of RGB (Red+Green+Blue) = 64+21+14=99 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64.65% from 99); Green value is 21 (8.59% from 255 or 21.21% from 99); Blue value is 14 (5.86% from 255 or 14.14% from 99); Max value from RGB is 64 - color contains mainly: red. Hex color #40150E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40150E is #BFEAF1. Grayscale: #212121. Windows color (decimal): -12577522 or 922944. OLE color: 922944.

HSL color Cylindrical-coordinate representation of color #40150E: hue angle of 8.4º 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 #40150E is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 21 14 -
CMYK 0 0.67 0.78 0.75
HSL 8.4º 0.64% 0.15% -
HSV(B) 8.4º 0.78% 0.25% -
XYZ 2.46 1.66 0.61 -
YUV 33.06 117.25 150.07 -
System Red Green Blue C M Y K H S L
Decimal 64 21 14 0 0.67 0.78 0.75 8.4 0.64 0.15
Hex 40 15 E 0 43 4E 4B 8 40 F
Octal 100 25 16 0 103 116 113 10 100 17
Binary 1000000 10101 1110 0 1000011 1001110 1001011 1000 1000000 1111

Color Harmonies of #40150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40150E

Black with #40150E

Text Example


Text Example

White with #40150E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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