Html Css Color HEX #40140F Seal Brown

📋 copy color: '#40140F'

red 64 ◦ green 20 ◦ blue 15

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

Shades of Seal Brown #40140F

Tints of Seal Brown #40140F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 15.15%

R = 64.65%
G = 20.2%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#40140F (or 0x40140F) is known color: Seal Brown. HEX triplet: 40, 14 and 0F. RGB value is (64,20,15). Sum of RGB (Red+Green+Blue) = 64+20+15=99 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64.65% from 99); Green value is 20 (8.20% from 255 or 20.20% from 99); Blue value is 15 (6.25% from 255 or 15.15% from 99); Max value from RGB is 64 - color contains mainly: red. Hex color #40140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40140F is #BFEBF0. Grayscale: #202020. Windows color (decimal): -12577777 or 988224. OLE color: 988224.

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

Color convert

RGB 64 20 15 -
CMYK 0 0.69 0.77 0.75
HSL 6.12º 0.62% 0.15% -
HSV(B) 6.12º 0.77% 0.25% -
XYZ 2.45 1.62 0.64 -
YUV 32.59 118.08 150.41 -
System Red Green Blue C M Y K H S L
Decimal 64 20 15 0 0.69 0.77 0.75 6.12 0.62 0.15
Hex 40 14 F 0 45 4D 4B 6 3E F
Octal 100 24 17 0 105 115 113 6 76 17
Binary 1000000 10100 1111 0 1000101 1001101 1001011 110 111110 1111

Color Harmonies of #40140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40140F

Black with #40140F

Text Example


Text Example

White with #40140F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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