Html Css Color HEX #400505 Seal Brown

📋 copy color: '#400505'

red 64 ◦ green 5 ◦ blue 5

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

Shades of Seal Brown #400505

Tints of Seal Brown #400505

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.76%

 BLUE value IS 5 (2.34% from 255) = 6.76%

R = 86.49%
G = 6.76%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#400505 (or 0x400505) is known color: Seal Brown. HEX triplet: 40, 05 and 05. RGB value is (64,5,5). Sum of RGB (Red+Green+Blue) = 64+5+5=74 (9% of max value = 765). Red value is 64 (25.39% from 255 or 86.49% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 5 (2.34% from 255 or 6.76% from 74); Max value from RGB is 64 - color contains mainly: red. Hex color #400505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400505 is #BFFAFA. Grayscale: #161616. Windows color (decimal): -12581627 or 329024. OLE color: 329024.

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

Color convert

RGB 64 5 5 -
CMYK 0 0.92 0.92 0.75
HSL 0.86% 0.14% -
HSV(B) 0.92% 0.25% -
XYZ 2.2 1.21 0.26 -
YUV 22.64 118.05 157.5 -
System Red Green Blue C M Y K H S L
Decimal 64 5 5 0 0.92 0.92 0.75 0 0.86 0.14
Hex 40 5 5 0 5C 5C 4B 0 56 E
Octal 100 5 5 0 134 134 113 0 126 16
Binary 1000000 101 101 0 1011100 1011100 1001011 0 1010110 1110

Color Harmonies of #400505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400505

Black with #400505

Text Example


Text Example

White with #400505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400505; }

 p { color: rgb(64,5,5); }

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

background-color css

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

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

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

border-color css

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

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

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