Html Css Color HEX #401205 Seal Brown

📋 copy color: '#401205'

red 64 ◦ green 18 ◦ blue 5

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

Shades of Seal Brown #401205

Tints of Seal Brown #401205

RGB

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

 GREEN value IS 18 (7.42% from 255) = 20.69%

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

R = 73.56%
G = 20.69%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#401205 (or 0x401205) is known color: Seal Brown. HEX triplet: 40, 12 and 05. RGB value is (64,18,5). Sum of RGB (Red+Green+Blue) = 64+18+5=87 (11% of max value = 765). Red value is 64 (25.39% from 255 or 73.56% from 87); Green value is 18 (7.42% from 255 or 20.69% from 87); Blue value is 5 (2.34% from 255 or 5.75% from 87); Max value from RGB is 64 - color contains mainly: red. Hex color #401205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401205 is #BFEDFA. Grayscale: #1E1E1E. Windows color (decimal): -12578299 or 332352. OLE color: 332352.

HSL color Cylindrical-coordinate representation of color #401205: hue angle of 13.22º 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 #401205 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 18 5 -
CMYK 0 0.72 0.92 0.75
HSL 13.22º 0.86% 0.14% -
HSV(B) 13.22º 0.92% 0.25% -
XYZ 2.36 1.53 0.32 -
YUV 30.27 113.74 152.06 -
System Red Green Blue C M Y K H S L
Decimal 64 18 5 0 0.72 0.92 0.75 13.22 0.86 0.14
Hex 40 12 5 0 48 5C 4B D 56 E
Octal 100 22 5 0 110 134 113 15 126 16
Binary 1000000 10010 101 0 1001000 1011100 1001011 1101 1010110 1110

Color Harmonies of #401205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401205

Black with #401205

Text Example


Text Example

White with #401205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401205; }

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

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

background-color css

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

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

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

border-color css

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

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

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