Html Css Color HEX #401306 Seal Brown

📋 copy color: '#401306'

red 64 ◦ green 19 ◦ blue 6

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

Shades of Seal Brown #401306

Tints of Seal Brown #401306

RGB

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

 GREEN value IS 19 (7.81% from 255) = 21.35%

 BLUE value IS 6 (2.73% from 255) = 6.74%

R = 71.91%
G = 21.35%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#401306 (or 0x401306) is known color: Seal Brown. HEX triplet: 40, 13 and 06. RGB value is (64,19,6). Sum of RGB (Red+Green+Blue) = 64+19+6=89 (11% of max value = 765). Red value is 64 (25.39% from 255 or 71.91% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 6 (2.73% from 255 or 6.74% from 89); Max value from RGB is 64 - color contains mainly: red. Hex color #401306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401306 is #BFECF9. Grayscale: #1F1F1F. Windows color (decimal): -12578042 or 398144. OLE color: 398144.

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

Color convert

RGB 64 19 6 -
CMYK 0 0.70 0.91 0.75
HSL 13.45º 0.83% 0.14% -
HSV(B) 13.45º 0.91% 0.25% -
XYZ 2.38 1.57 0.35 -
YUV 30.97 113.91 151.56 -
System Red Green Blue C M Y K H S L
Decimal 64 19 6 0 0.70 0.91 0.75 13.45 0.83 0.14
Hex 40 13 6 0 46 5B 4B D 53 E
Octal 100 23 6 0 106 133 113 15 123 16
Binary 1000000 10011 110 0 1000110 1011011 1001011 1101 1010011 1110

Color Harmonies of #401306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401306

Black with #401306

Text Example


Text Example

White with #401306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401306; }

 p { color: rgb(64,19,6); }

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

background-color css

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

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

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

border-color css

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

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

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