Html Css Color HEX #40100D Seal Brown

📋 copy color: '#40100D'

red 64 ◦ green 16 ◦ blue 13

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

Shades of Seal Brown #40100D

Tints of Seal Brown #40100D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 13.98%

R = 68.82%
G = 17.2%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#40100D (or 0x40100D) is known color: Seal Brown. HEX triplet: 40, 10 and 0D. RGB value is (64,16,13). Sum of RGB (Red+Green+Blue) = 64+16+13=93 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.82% from 93); Green value is 16 (6.64% from 255 or 17.20% from 93); Blue value is 13 (5.47% from 255 or 13.98% from 93); Max value from RGB is 64 - color contains mainly: red. Hex color #40100D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40100D is #BFEFF2. Grayscale: #1E1E1E. Windows color (decimal): -12578803 or 856128. OLE color: 856128.

HSL color Cylindrical-coordinate representation of color #40100D: hue angle of 3.53º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #40100D is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 16 13 -
CMYK 0 0.75 0.80 0.75
HSL 3.53º 0.66% 0.15% -
HSV(B) 3.53º 0.8% 0.25% -
XYZ 2.37 1.49 0.54 -
YUV 30.01 118.4 152.24 -
System Red Green Blue C M Y K H S L
Decimal 64 16 13 0 0.75 0.80 0.75 3.53 0.66 0.15
Hex 40 10 D 0 4B 50 4B 4 42 F
Octal 100 20 15 0 113 120 113 4 102 17
Binary 1000000 10000 1101 0 1001011 1010000 1001011 100 1000010 1111

Color Harmonies of #40100D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40100D

Black with #40100D

Text Example


Text Example

White with #40100D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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