Html Css Color HEX #460501 Seal Brown

📋 copy color: '#460501'

red 70 ◦ green 5 ◦ blue 1

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

Shades of Seal Brown #460501

Tints of Seal Brown #460501

RGB

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

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

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

R = 92.11%
G = 6.58%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#460501 (or 0x460501) is known color: Seal Brown. HEX triplet: 46, 05 and 01. RGB value is (70,5,1). Sum of RGB (Red+Green+Blue) = 70+5+1=76 (10% of max value = 765). Red value is 70 (27.73% from 255 or 92.11% from 76); Green value is 5 (2.34% from 255 or 6.58% from 76); Blue value is 1 (0.78% from 255 or 1.32% from 76); Max value from RGB is 70 - color contains mainly: red. Hex color #460501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460501 is #B9FAFE. Grayscale: #181818. Windows color (decimal): -12188415 or 66886. OLE color: 66886.

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

Color convert

RGB 70 5 1 -
CMYK 0 0.93 0.99 0.73
HSL 3.48º 0.97% 0.14% -
HSV(B) 3.48º 0.99% 0.27% -
XYZ 2.59 1.41 0.17 -
YUV 23.98 115.03 160.83 -
System Red Green Blue C M Y K H S L
Decimal 70 5 1 0 0.93 0.99 0.73 3.48 0.97 0.14
Hex 46 5 1 0 5D 63 49 3 61 E
Octal 106 5 1 0 135 143 111 3 141 16
Binary 1000110 101 1 0 1011101 1100011 1001001 11 1100001 1110

Color Harmonies of #460501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460501

Black with #460501

Text Example


Text Example

White with #460501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460501; }

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

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

background-color css

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

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

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

border-color css

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

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

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