Html Css Color HEX #400D0B Seal Brown

📋 copy color: '#400D0B'

red 64 ◦ green 13 ◦ blue 11

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

Shades of Seal Brown #400D0B

Tints of Seal Brown #400D0B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 14.77%

 BLUE value IS 11 (4.69% from 255) = 12.5%

R = 72.73%
G = 14.77%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#400D0B (or 0x400D0B) is known color: Seal Brown. HEX triplet: 40, 0D and 0B. RGB value is (64,13,11). Sum of RGB (Red+Green+Blue) = 64+13+11=88 (11% of max value = 765). Red value is 64 (25.39% from 255 or 72.73% from 88); Green value is 13 (5.47% from 255 or 14.77% from 88); Blue value is 11 (4.69% from 255 or 12.5% from 88); Max value from RGB is 64 - color contains mainly: red. Hex color #400D0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400D0B is #BFF2F4. Grayscale: #1C1C1C. Windows color (decimal): -12579573 or 724288. OLE color: 724288.

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

Color convert

RGB 64 13 11 -
CMYK 0 0.80 0.83 0.75
HSL 2.26º 0.71% 0.15% -
HSV(B) 2.26º 0.83% 0.25% -
XYZ 2.32 1.4 0.47 -
YUV 28.02 118.4 153.66 -
System Red Green Blue C M Y K H S L
Decimal 64 13 11 0 0.80 0.83 0.75 2.26 0.71 0.15
Hex 40 D B 0 50 53 4B 2 47 F
Octal 100 15 13 0 120 123 113 2 107 17
Binary 1000000 1101 1011 0 1010000 1010011 1001011 10 1000111 1111

Color Harmonies of #400D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400D0B

Black with #400D0B

Text Example


Text Example

White with #400D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400D0B; }

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

 H1.HeaderClassName
 {
   color: #400D0B;
 }
 .AnyTagClassName
 {
   color: #400D0B;
 }
</style>

background-color css

<style>
 a { background-color: #400D0B; }

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

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

border-color css

<style>
 span { border-color: #400D0B; }

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

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