Html Css Color HEX #460801 Seal Brown

📋 copy color: '#460801'

red 70 ◦ green 8 ◦ blue 1

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

Shades of Seal Brown #460801

Tints of Seal Brown #460801

RGB

 RED value IS 70 (27.73% from 255) = 88.61%

 GREEN value IS 8 (3.52% from 255) = 10.13%

 BLUE value IS 1 (0.78% from 255) = 1.27%

R = 88.61%
G = 10.13%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#460801 (or 0x460801) is known color: Seal Brown. HEX triplet: 46, 08 and 01. RGB value is (70,8,1). Sum of RGB (Red+Green+Blue) = 70+8+1=79 (10% of max value = 765). Red value is 70 (27.73% from 255 or 88.61% from 79); Green value is 8 (3.52% from 255 or 10.13% from 79); Blue value is 1 (0.78% from 255 or 1.27% from 79); Max value from RGB is 70 - color contains mainly: red. Hex color #460801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460801 is #B9F7FE. Grayscale: #191919. Windows color (decimal): -12187647 or 67654. OLE color: 67654.

HSL color Cylindrical-coordinate representation of color #460801: hue angle of 6.09º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #460801 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 8 1 -
CMYK 0 0.89 0.99 0.73
HSL 6.09º 0.97% 0.14% -
HSV(B) 6.09º 0.99% 0.27% -
XYZ 2.62 1.48 0.18 -
YUV 25.74 114.04 159.57 -
System Red Green Blue C M Y K H S L
Decimal 70 8 1 0 0.89 0.99 0.73 6.09 0.97 0.14
Hex 46 8 1 0 59 63 49 6 61 E
Octal 106 10 1 0 131 143 111 6 141 16
Binary 1000110 1000 1 0 1011001 1100011 1001001 110 1100001 1110

Color Harmonies of #460801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460801

Black with #460801

Text Example


Text Example

White with #460801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460801; }

 p { color: rgb(70,8,1); }

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

background-color css

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

 a { background-color: rgb(70,8,1); }

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

border-color css

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

 span { border-color: rgb(70,8,1); }

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