Html Css Color HEX #400403 Seal Brown

📋 copy color: '#400403'

red 64 ◦ green 4 ◦ blue 3

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

Shades of Seal Brown #400403

Tints of Seal Brown #400403

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.63%

 BLUE value IS 3 (1.56% from 255) = 4.23%

R = 90.14%
G = 5.63%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#400403 (or 0x400403) is known color: Seal Brown. HEX triplet: 40, 04 and 03. RGB value is (64,4,3). Sum of RGB (Red+Green+Blue) = 64+4+3=71 (9% of max value = 765). Red value is 64 (25.39% from 255 or 90.14% from 71); Green value is 4 (1.95% from 255 or 5.63% from 71); Blue value is 3 (1.56% from 255 or 4.23% from 71); Max value from RGB is 64 - color contains mainly: red. Hex color #400403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400403 is #BFFBFC. Grayscale: #151515. Windows color (decimal): -12581885 or 197696. OLE color: 197696.

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

Color convert

RGB 64 4 3 -
CMYK 0 0.94 0.95 0.75
HSL 0.98º 0.91% 0.13% -
HSV(B) 0.98º 0.95% 0.25% -
XYZ 2.17 1.18 0.2 -
YUV 21.83 117.38 158.08 -
System Red Green Blue C M Y K H S L
Decimal 64 4 3 0 0.94 0.95 0.75 0.98 0.91 0.13
Hex 40 4 3 0 5E 5F 4B 1 5B D
Octal 100 4 3 0 136 137 113 1 133 15
Binary 1000000 100 11 0 1011110 1011111 1001011 1 1011011 1101

Color Harmonies of #400403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400403

Black with #400403

Text Example


Text Example

White with #400403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400403; }

 p { color: rgb(64,4,3); }

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

background-color css

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

 a { background-color: rgb(64,4,3); }

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

border-color css

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

 span { border-color: rgb(64,4,3); }

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