Html Css Color HEX #460901 Seal Brown

📋 copy color: '#460901'

red 70 ◦ green 9 ◦ blue 1

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

Shades of Seal Brown #460901

Tints of Seal Brown #460901

RGB

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

 GREEN value IS 9 (3.91% from 255) = 11.25%

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

R = 87.5%
G = 11.25%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#460901 (or 0x460901) is known color: Seal Brown. HEX triplet: 46, 09 and 01. RGB value is (70,9,1). Sum of RGB (Red+Green+Blue) = 70+9+1=80 (10% of max value = 765). Red value is 70 (27.73% from 255 or 87.5% from 80); Green value is 9 (3.91% from 255 or 11.25% from 80); Blue value is 1 (0.78% from 255 or 1.25% from 80); Max value from RGB is 70 - color contains mainly: red. Hex color #460901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460901 is #B9F6FE. Grayscale: #1A1A1A. Windows color (decimal): -12187391 or 67910. OLE color: 67910.

HSL color Cylindrical-coordinate representation of color #460901: hue angle of 6.96º 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 #460901 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 9 1 -
CMYK 0 0.87 0.99 0.73
HSL 6.96º 0.97% 0.14% -
HSV(B) 6.96º 0.99% 0.27% -
XYZ 2.63 1.5 0.18 -
YUV 26.33 113.71 159.15 -
System Red Green Blue C M Y K H S L
Decimal 70 9 1 0 0.87 0.99 0.73 6.96 0.97 0.14
Hex 46 9 1 0 57 63 49 7 61 E
Octal 106 11 1 0 127 143 111 7 141 16
Binary 1000110 1001 1 0 1010111 1100011 1001001 111 1100001 1110

Color Harmonies of #460901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460901

Black with #460901

Text Example


Text Example

White with #460901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460901; }

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

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

background-color css

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

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

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

border-color css

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

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

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