Html Css Color HEX #460A01 Seal Brown

📋 copy color: '#460A01'

red 70 ◦ green 10 ◦ blue 1

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

Shades of Seal Brown #460A01

Tints of Seal Brown #460A01

RGB

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

 GREEN value IS 10 (4.3% from 255) = 12.35%

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

R = 86.42%
G = 12.35%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#460A01 (or 0x460A01) is known color: Seal Brown. HEX triplet: 46, 0A and 01. RGB value is (70,10,1). Sum of RGB (Red+Green+Blue) = 70+10+1=81 (10% of max value = 765). Red value is 70 (27.73% from 255 or 86.42% from 81); Green value is 10 (4.30% from 255 or 12.35% from 81); Blue value is 1 (0.78% from 255 or 1.23% from 81); Max value from RGB is 70 - color contains mainly: red. Hex color #460A01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460A01 is #B9F5FE. Grayscale: #1B1B1B. Windows color (decimal): -12187135 or 68166. OLE color: 68166.

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

Color convert

RGB 70 10 1 -
CMYK 0 0.86 0.99 0.73
HSL 7.83º 0.97% 0.14% -
HSV(B) 7.83º 0.99% 0.27% -
XYZ 2.64 1.52 0.18 -
YUV 26.91 113.38 158.73 -
System Red Green Blue C M Y K H S L
Decimal 70 10 1 0 0.86 0.99 0.73 7.83 0.97 0.14
Hex 46 A 1 0 56 63 49 8 61 E
Octal 106 12 1 0 126 143 111 10 141 16
Binary 1000110 1010 1 0 1010110 1100011 1001001 1000 1100001 1110

Color Harmonies of #460A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460A01

Black with #460A01

Text Example


Text Example

White with #460A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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