Html Css Color HEX #460F01 Seal Brown

📋 copy color: '#460F01'

red 70 ◦ green 15 ◦ blue 1

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

Shades of Seal Brown #460F01

Tints of Seal Brown #460F01

RGB

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

 GREEN value IS 15 (6.25% from 255) = 17.44%

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

R = 81.4%
G = 17.44%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#460F01 (or 0x460F01) is known color: Seal Brown. HEX triplet: 46, 0F and 01. RGB value is (70,15,1). Sum of RGB (Red+Green+Blue) = 70+15+1=86 (11% of max value = 765). Red value is 70 (27.73% from 255 or 81.40% from 86); Green value is 15 (6.25% from 255 or 17.44% from 86); Blue value is 1 (0.78% from 255 or 1.16% from 86); Max value from RGB is 70 - color contains mainly: red. Hex color #460F01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460F01 is #B9F0FE. Grayscale: #1D1D1D. Windows color (decimal): -12185855 or 69446. OLE color: 69446.

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

Color convert

RGB 70 15 1 -
CMYK 0 0.79 0.99 0.73
HSL 12.17º 0.97% 0.14% -
HSV(B) 12.17º 0.99% 0.27% -
XYZ 2.7 1.65 0.2 -
YUV 29.85 111.72 156.64 -
System Red Green Blue C M Y K H S L
Decimal 70 15 1 0 0.79 0.99 0.73 12.17 0.97 0.14
Hex 46 F 1 0 4F 63 49 C 61 E
Octal 106 17 1 0 117 143 111 14 141 16
Binary 1000110 1111 1 0 1001111 1100011 1001001 1100 1100001 1110

Color Harmonies of #460F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460F01

Black with #460F01

Text Example


Text Example

White with #460F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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