Html Css Color HEX #460B04 Seal Brown

📋 copy color: '#460B04'

red 70 ◦ green 11 ◦ blue 4

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

Shades of Seal Brown #460B04

Tints of Seal Brown #460B04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 4.71%

R = 82.35%
G = 12.94%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.73

RGB Variations

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

Color information

#460B04 (or 0x460B04) is known color: Seal Brown. HEX triplet: 46, 0B and 04. RGB value is (70,11,4). Sum of RGB (Red+Green+Blue) = 70+11+4=85 (11% of max value = 765). Red value is 70 (27.73% from 255 or 82.35% from 85); Green value is 11 (4.69% from 255 or 12.94% from 85); Blue value is 4 (1.95% from 255 or 4.71% from 85); Max value from RGB is 70 - color contains mainly: red. Hex color #460B04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460B04 is #B9F4FB. Grayscale: #1B1B1B. Windows color (decimal): -12186876 or 265030. OLE color: 265030.

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

Color convert

RGB 70 11 4 -
CMYK 0 0.84 0.94 0.73
HSL 6.36º 0.89% 0.15% -
HSV(B) 6.36º 0.94% 0.27% -
XYZ 2.67 1.55 0.27 -
YUV 27.84 114.55 158.07 -
System Red Green Blue C M Y K H S L
Decimal 70 11 4 0 0.84 0.94 0.73 6.36 0.89 0.15
Hex 46 B 4 0 54 5E 49 6 59 F
Octal 106 13 4 0 124 136 111 6 131 17
Binary 1000110 1011 100 0 1010100 1011110 1001001 110 1011001 1111

Color Harmonies of #460B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460B04

Black with #460B04

Text Example


Text Example

White with #460B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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