Html Css Color HEX #40110F Seal Brown

📋 copy color: '#40110F'

red 64 ◦ green 17 ◦ blue 15

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

Shades of Seal Brown #40110F

Tints of Seal Brown #40110F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17.71%

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

R = 66.67%
G = 17.71%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#40110F (or 0x40110F) is known color: Seal Brown. HEX triplet: 40, 11 and 0F. RGB value is (64,17,15). Sum of RGB (Red+Green+Blue) = 64+17+15=96 (12% of max value = 765). Red value is 64 (25.39% from 255 or 66.67% from 96); Green value is 17 (7.03% from 255 or 17.71% from 96); Blue value is 15 (6.25% from 255 or 15.62% from 96); Max value from RGB is 64 - color contains mainly: red. Hex color #40110F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40110F is #BFEEF0. Grayscale: #1E1E1E. Windows color (decimal): -12578545 or 987456. OLE color: 987456.

HSL color Cylindrical-coordinate representation of color #40110F: hue angle of 2.45º 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 #40110F is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 17 15 -
CMYK 0 0.73 0.77 0.75
HSL 2.45º 0.62% 0.15% -
HSV(B) 2.45º 0.77% 0.25% -
XYZ 2.4 1.53 0.62 -
YUV 30.83 119.07 151.66 -
System Red Green Blue C M Y K H S L
Decimal 64 17 15 0 0.73 0.77 0.75 2.45 0.62 0.15
Hex 40 11 F 0 49 4D 4B 2 3E F
Octal 100 21 17 0 111 115 113 2 76 17
Binary 1000000 10001 1111 0 1001001 1001101 1001011 10 111110 1111

Color Harmonies of #40110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40110F

Black with #40110F

Text Example


Text Example

White with #40110F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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