Html Css Color HEX #400D01 Seal Brown

📋 copy color: '#400D01'

red 64 ◦ green 13 ◦ blue 1

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

Shades of Seal Brown #400D01

Tints of Seal Brown #400D01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.28%

R = 82.05%
G = 16.67%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#400D01 (or 0x400D01) is known color: Seal Brown. HEX triplet: 40, 0D and 01. RGB value is (64,13,1). Sum of RGB (Red+Green+Blue) = 64+13+1=78 (10% of max value = 765). Red value is 64 (25.39% from 255 or 82.05% from 78); Green value is 13 (5.47% from 255 or 16.67% from 78); Blue value is 1 (0.78% from 255 or 1.28% from 78); Max value from RGB is 64 - color contains mainly: red. Hex color #400D01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400D01 is #BFF2FE. Grayscale: #1A1A1A. Windows color (decimal): -12579583 or 68928. OLE color: 68928.

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

Color convert

RGB 64 13 1 -
CMYK 0 0.80 0.98 0.75
HSL 11.43º 0.97% 0.13% -
HSV(B) 11.43º 0.98% 0.25% -
XYZ 2.26 1.38 0.18 -
YUV 26.88 113.4 154.48 -
System Red Green Blue C M Y K H S L
Decimal 64 13 1 0 0.80 0.98 0.75 11.43 0.97 0.13
Hex 40 D 1 0 50 62 4B B 61 D
Octal 100 15 1 0 120 142 113 13 141 15
Binary 1000000 1101 1 0 1010000 1100010 1001011 1011 1100001 1101

Color Harmonies of #400D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400D01

Black with #400D01

Text Example


Text Example

White with #400D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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