Html Css Color HEX #46120A Seal Brown

📋 copy color: '#46120A'

red 70 ◦ green 18 ◦ blue 10

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

Shades of Seal Brown #46120A

Tints of Seal Brown #46120A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 18.37%

 BLUE value IS 10 (4.3% from 255) = 10.2%

R = 71.43%
G = 18.37%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.73

RGB Variations

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

Color information

#46120A (or 0x46120A) is known color: Seal Brown. HEX triplet: 46, 12 and 0A. RGB value is (70,18,10). Sum of RGB (Red+Green+Blue) = 70+18+10=98 (12% of max value = 765). Red value is 70 (27.73% from 255 or 71.43% from 98); Green value is 18 (7.42% from 255 or 18.37% from 98); Blue value is 10 (4.30% from 255 or 10.20% from 98); Max value from RGB is 70 - color contains mainly: red. Hex color #46120A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46120A is #B9EDF5. Grayscale: #202020. Windows color (decimal): -12185078 or 660038. OLE color: 660038.

HSL color Cylindrical-coordinate representation of color #46120A: hue angle of 8º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #46120A is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 18 10 -
CMYK 0 0.74 0.86 0.73
HSL 0.75% 0.16% -
HSV(B) 0.86% 0.27% -
XYZ 2.8 1.76 0.48 -
YUV 32.64 115.23 154.65 -
System Red Green Blue C M Y K H S L
Decimal 70 18 10 0 0.74 0.86 0.73 8 0.75 0.16
Hex 46 12 A 0 4A 56 49 8 4B 10
Octal 106 22 12 0 112 126 111 10 113 20
Binary 1000110 10010 1010 0 1001010 1010110 1001001 1000 1001011 10000

Color Harmonies of #46120A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46120A

Black with #46120A

Text Example


Text Example

White with #46120A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46120A; }

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

 H1.HeaderClassName
 {
   color: #46120A;
 }
 .AnyTagClassName
 {
   color: #46120A;
 }
</style>

background-color css

<style>
 a { background-color: #46120A; }

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

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

border-color css

<style>
 span { border-color: #46120A; }

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

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