Html Css Color HEX #46120D Seal Brown

📋 copy color: '#46120D'

red 70 ◦ green 18 ◦ blue 13

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

Shades of Seal Brown #46120D

Tints of Seal Brown #46120D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 12.87%

R = 69.31%
G = 17.82%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#46120D (or 0x46120D) is known color: Seal Brown. HEX triplet: 46, 12 and 0D. RGB value is (70,18,13). Sum of RGB (Red+Green+Blue) = 70+18+13=101 (13% of max value = 765). Red value is 70 (27.73% from 255 or 69.31% from 101); Green value is 18 (7.42% from 255 or 17.82% from 101); Blue value is 13 (5.47% from 255 or 12.87% from 101); Max value from RGB is 70 - color contains mainly: red. Hex color #46120D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46120D is #B9EDF2. Grayscale: #212121. Windows color (decimal): -12185075 or 856646. OLE color: 856646.

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

Color convert

RGB 70 18 13 -
CMYK 0 0.74 0.81 0.73
HSL 5.26º 0.69% 0.16% -
HSV(B) 5.26º 0.81% 0.27% -
XYZ 2.81 1.76 0.57 -
YUV 32.98 116.73 154.41 -
System Red Green Blue C M Y K H S L
Decimal 70 18 13 0 0.74 0.81 0.73 5.26 0.69 0.16
Hex 46 12 D 0 4A 51 49 5 45 10
Octal 106 22 15 0 112 121 111 5 105 20
Binary 1000110 10010 1101 0 1001010 1010001 1001001 101 1000101 10000

Color Harmonies of #46120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46120D

Black with #46120D

Text Example


Text Example

White with #46120D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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