Html Css Color HEX #40100F Seal Brown

📋 copy color: '#40100F'

red 64 ◦ green 16 ◦ blue 15

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

Shades of Seal Brown #40100F

Tints of Seal Brown #40100F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 16.84%

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

R = 67.37%
G = 16.84%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#40100F (or 0x40100F) is known color: Seal Brown. HEX triplet: 40, 10 and 0F. RGB value is (64,16,15). Sum of RGB (Red+Green+Blue) = 64+16+15=95 (12% of max value = 765). Red value is 64 (25.39% from 255 or 67.37% from 95); Green value is 16 (6.64% from 255 or 16.84% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 64 - color contains mainly: red. Hex color #40100F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40100F is #BFEFF0. Grayscale: #1E1E1E. Windows color (decimal): -12578801 or 987200. OLE color: 987200.

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

Color convert

RGB 64 16 15 -
CMYK 0 0.75 0.77 0.75
HSL 1.22º 0.62% 0.15% -
HSV(B) 1.22º 0.77% 0.25% -
XYZ 2.39 1.5 0.61 -
YUV 30.24 119.4 152.08 -
System Red Green Blue C M Y K H S L
Decimal 64 16 15 0 0.75 0.77 0.75 1.22 0.62 0.15
Hex 40 10 F 0 4B 4D 4B 1 3E F
Octal 100 20 17 0 113 115 113 1 76 17
Binary 1000000 10000 1111 0 1001011 1001101 1001011 1 111110 1111

Color Harmonies of #40100F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40100F

Black with #40100F

Text Example


Text Example

White with #40100F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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