Html Css Color HEX #460B01 Seal Brown

📋 copy color: '#460B01'

red 70 ◦ green 11 ◦ blue 1

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

Shades of Seal Brown #460B01

Tints of Seal Brown #460B01

RGB

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

 GREEN value IS 11 (4.69% from 255) = 13.41%

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

R = 85.37%
G = 13.41%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#460B01 (or 0x460B01) is known color: Seal Brown. HEX triplet: 46, 0B and 01. RGB value is (70,11,1). Sum of RGB (Red+Green+Blue) = 70+11+1=82 (10% of max value = 765). Red value is 70 (27.73% from 255 or 85.37% from 82); Green value is 11 (4.69% from 255 or 13.41% from 82); Blue value is 1 (0.78% from 255 or 1.22% from 82); Max value from RGB is 70 - color contains mainly: red. Hex color #460B01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460B01 is #B9F4FE. Grayscale: #1B1B1B. Windows color (decimal): -12186879 or 68422. OLE color: 68422.

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

Color convert

RGB 70 11 1 -
CMYK 0 0.84 0.99 0.73
HSL 8.7º 0.97% 0.14% -
HSV(B) 8.7º 0.99% 0.27% -
XYZ 2.65 1.54 0.19 -
YUV 27.5 113.05 158.31 -
System Red Green Blue C M Y K H S L
Decimal 70 11 1 0 0.84 0.99 0.73 8.7 0.97 0.14
Hex 46 B 1 0 54 63 49 9 61 E
Octal 106 13 1 0 124 143 111 11 141 16
Binary 1000110 1011 1 0 1010100 1100011 1001001 1001 1100001 1110

Color Harmonies of #460B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460B01

Black with #460B01

Text Example


Text Example

White with #460B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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