Html Css Color HEX #400500 Seal Brown

📋 copy color: '#400500'

red 64 ◦ green 5 ◦ blue 0

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

Shades of Seal Brown #400500

Tints of Seal Brown #400500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 92.75%
G = 7.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#400500 (or 0x400500) is known color: Seal Brown. HEX triplet: 40, 05 and 00. RGB value is (64,5,0). Sum of RGB (Red+Green+Blue) = 64+5+0=69 (9% of max value = 765). Red value is 64 (25.39% from 255 or 92.75% from 69); Green value is 5 (2.34% from 255 or 7.25% from 69); Blue value is 0 (0.39% from 255 or 0% from 69); Max value from RGB is 64 - color contains mainly: red. Hex color #400500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400500 is #BFFAFF. Grayscale: #161616. Windows color (decimal): -12581632 or 1344. OLE color: 1344.

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

Color convert

RGB 64 5 0 -
CMYK 0 0.92 1 0.75
HSL 4.69º 1% 0.13% -
HSV(B) 4.69º 1% 0.25% -
XYZ 2.17 1.2 0.12 -
YUV 22.07 115.55 157.91 -
System Red Green Blue C M Y K H S L
Decimal 64 5 0 0 0.92 1 0.75 4.69 1 0.13
Hex 40 5 0 0 5C 64 4B 5 64 D
Octal 100 5 0 0 134 144 113 5 144 15
Binary 1000000 101 0 0 1011100 1100100 1001011 101 1100100 1101

Color Harmonies of #400500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400500

Black with #400500

Text Example


Text Example

White with #400500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400500; }

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

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

background-color css

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

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

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

border-color css

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

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

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