Html Css Color HEX #46150E Seal Brown

📋 copy color: '#46150E'

red 70 ◦ green 21 ◦ blue 14

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

Shades of Seal Brown #46150E

Tints of Seal Brown #46150E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 13.33%

R = 66.67%
G = 20%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.73

RGB Variations

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

Color information

#46150E (or 0x46150E) is known color: Seal Brown. HEX triplet: 46, 15 and 0E. RGB value is (70,21,14). Sum of RGB (Red+Green+Blue) = 70+21+14=105 (13% of max value = 765). Red value is 70 (27.73% from 255 or 66.67% from 105); Green value is 21 (8.59% from 255 or 20% from 105); Blue value is 14 (5.86% from 255 or 13.33% from 105); Max value from RGB is 70 - color contains mainly: red. Hex color #46150E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46150E is #B9EAF1. Grayscale: #222222. Windows color (decimal): -12184306 or 922950. OLE color: 922950.

HSL color Cylindrical-coordinate representation of color #46150E: hue angle of 7.5º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #46150E is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 21 14 -
CMYK 0 0.70 0.80 0.73
HSL 7.5º 0.67% 0.16% -
HSV(B) 7.5º 0.8% 0.27% -
XYZ 2.87 1.87 0.62 -
YUV 34.85 116.23 153.07 -
System Red Green Blue C M Y K H S L
Decimal 70 21 14 0 0.70 0.80 0.73 7.5 0.67 0.16
Hex 46 15 E 0 46 50 49 8 43 10
Octal 106 25 16 0 106 120 111 10 103 20
Binary 1000110 10101 1110 0 1000110 1010000 1001001 1000 1000011 10000

Color Harmonies of #46150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46150E

Black with #46150E

Text Example


Text Example

White with #46150E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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