Html Css Color HEX #46150D Seal Brown

📋 copy color: '#46150D'

red 70 ◦ green 21 ◦ blue 13

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

Shades of Seal Brown #46150D

Tints of Seal Brown #46150D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 20.19%

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

R = 67.31%
G = 20.19%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#46150D (or 0x46150D) is known color: Seal Brown. HEX triplet: 46, 15 and 0D. RGB value is (70,21,13). Sum of RGB (Red+Green+Blue) = 70+21+13=104 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.31% from 104); Green value is 21 (8.59% from 255 or 20.19% from 104); Blue value is 13 (5.47% from 255 or 12.5% from 104); Max value from RGB is 70 - color contains mainly: red. Hex color #46150D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46150D is #B9EAF2. Grayscale: #222222. Windows color (decimal): -12184307 or 857414. OLE color: 857414.

HSL color Cylindrical-coordinate representation of color #46150D: hue angle of 8.42º 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 #46150D is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 21 13 -
CMYK 0 0.70 0.81 0.73
HSL 8.42º 0.69% 0.16% -
HSV(B) 8.42º 0.81% 0.27% -
XYZ 2.87 1.87 0.59 -
YUV 34.74 115.73 153.15 -
System Red Green Blue C M Y K H S L
Decimal 70 21 13 0 0.70 0.81 0.73 8.42 0.69 0.16
Hex 46 15 D 0 46 51 49 8 45 10
Octal 106 25 15 0 106 121 111 10 105 20
Binary 1000110 10101 1101 0 1000110 1010001 1001001 1000 1000101 10000

Color Harmonies of #46150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46150D

Black with #46150D

Text Example


Text Example

White with #46150D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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