Html Css Color HEX #400F0D Seal Brown

📋 copy color: '#400F0D'

red 64 ◦ green 15 ◦ blue 13

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

Shades of Seal Brown #400F0D

Tints of Seal Brown #400F0D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 16.3%

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

R = 69.57%
G = 16.3%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#400F0D (or 0x400F0D) is known color: Seal Brown. HEX triplet: 40, 0F and 0D. RGB value is (64,15,13). Sum of RGB (Red+Green+Blue) = 64+15+13=92 (12% of max value = 765). Red value is 64 (25.39% from 255 or 69.57% from 92); Green value is 15 (6.25% from 255 or 16.30% from 92); Blue value is 13 (5.47% from 255 or 14.13% from 92); Max value from RGB is 64 - color contains mainly: red. Hex color #400F0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400F0D is #BFF0F2. Grayscale: #1D1D1D. Windows color (decimal): -12579059 or 855872. OLE color: 855872.

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

Color convert

RGB 64 15 13 -
CMYK 0 0.77 0.80 0.75
HSL 2.35º 0.66% 0.15% -
HSV(B) 2.35º 0.8% 0.25% -
XYZ 2.36 1.46 0.54 -
YUV 29.42 118.73 152.66 -
System Red Green Blue C M Y K H S L
Decimal 64 15 13 0 0.77 0.80 0.75 2.35 0.66 0.15
Hex 40 F D 0 4D 50 4B 2 42 F
Octal 100 17 15 0 115 120 113 2 102 17
Binary 1000000 1111 1101 0 1001101 1010000 1001011 10 1000010 1111

Color Harmonies of #400F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400F0D

Black with #400F0D

Text Example


Text Example

White with #400F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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