Html Css Color HEX #460B05 Seal Brown

📋 copy color: '#460B05'

red 70 ◦ green 11 ◦ blue 5

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

Shades of Seal Brown #460B05

Tints of Seal Brown #460B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 5.81%

R = 81.4%
G = 12.79%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#460B05 (or 0x460B05) is known color: Seal Brown. HEX triplet: 46, 0B and 05. RGB value is (70,11,5). Sum of RGB (Red+Green+Blue) = 70+11+5=86 (11% of max value = 765). Red value is 70 (27.73% from 255 or 81.40% from 86); Green value is 11 (4.69% from 255 or 12.79% from 86); Blue value is 5 (2.34% from 255 or 5.81% from 86); Max value from RGB is 70 - color contains mainly: red. Hex color #460B05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460B05 is #B9F4FA. Grayscale: #1C1C1C. Windows color (decimal): -12186875 or 330566. OLE color: 330566.

HSL color Cylindrical-coordinate representation of color #460B05: hue angle of 5.54º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460B05 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 11 5 -
CMYK 0 0.84 0.93 0.73
HSL 5.54º 0.87% 0.15% -
HSV(B) 5.54º 0.93% 0.27% -
XYZ 2.67 1.55 0.3 -
YUV 27.96 115.05 157.99 -
System Red Green Blue C M Y K H S L
Decimal 70 11 5 0 0.84 0.93 0.73 5.54 0.87 0.15
Hex 46 B 5 0 54 5D 49 6 57 F
Octal 106 13 5 0 124 135 111 6 127 17
Binary 1000110 1011 101 0 1010100 1011101 1001001 110 1010111 1111

Color Harmonies of #460B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460B05

Black with #460B05

Text Example


Text Example

White with #460B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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