Html Css Color HEX #40110C Seal Brown

📋 copy color: '#40110C'

red 64 ◦ green 17 ◦ blue 12

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

Shades of Seal Brown #40110C

Tints of Seal Brown #40110C

RGB

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

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

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

R = 68.82%
G = 18.28%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#40110C (or 0x40110C) is known color: Seal Brown. HEX triplet: 40, 11 and 0C. RGB value is (64,17,12). Sum of RGB (Red+Green+Blue) = 64+17+12=93 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.82% from 93); Green value is 17 (7.03% from 255 or 18.28% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 64 - color contains mainly: red. Hex color #40110C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40110C is #BFEEF3. Grayscale: #1E1E1E. Windows color (decimal): -12578548 or 790848. OLE color: 790848.

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

Color convert

RGB 64 17 12 -
CMYK 0 0.73 0.81 0.75
HSL 5.77º 0.68% 0.15% -
HSV(B) 5.77º 0.81% 0.25% -
XYZ 2.38 1.52 0.52 -
YUV 30.48 117.57 151.91 -
System Red Green Blue C M Y K H S L
Decimal 64 17 12 0 0.73 0.81 0.75 5.77 0.68 0.15
Hex 40 11 C 0 49 51 4B 6 44 F
Octal 100 21 14 0 111 121 113 6 104 17
Binary 1000000 10001 1100 0 1001001 1010001 1001011 110 1000100 1111

Color Harmonies of #40110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40110C

Black with #40110C

Text Example


Text Example

White with #40110C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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