Html Css Color HEX #46150F Seal Brown

📋 copy color: '#46150F'

red 70 ◦ green 21 ◦ blue 15

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

Shades of Seal Brown #46150F

Tints of Seal Brown #46150F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 14.15%

R = 66.04%
G = 19.81%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.73

RGB Variations

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

Color information

#46150F (or 0x46150F) is known color: Seal Brown. HEX triplet: 46, 15 and 0F. RGB value is (70,21,15). Sum of RGB (Red+Green+Blue) = 70+21+15=106 (14% of max value = 765). Red value is 70 (27.73% from 255 or 66.04% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 15 (6.25% from 255 or 14.15% from 106); Max value from RGB is 70 - color contains mainly: red. Hex color #46150F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46150F is #B9EAF0. Grayscale: #232323. Windows color (decimal): -12184305 or 988486. OLE color: 988486.

HSL color Cylindrical-coordinate representation of color #46150F: hue angle of 6.55º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #46150F is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 21 15 -
CMYK 0 0.70 0.79 0.73
HSL 6.55º 0.65% 0.17% -
HSV(B) 6.55º 0.79% 0.27% -
XYZ 2.88 1.87 0.66 -
YUV 34.97 116.73 152.99 -
System Red Green Blue C M Y K H S L
Decimal 70 21 15 0 0.70 0.79 0.73 6.55 0.65 0.17
Hex 46 15 F 0 46 4F 49 7 41 11
Octal 106 25 17 0 106 117 111 7 101 21
Binary 1000110 10101 1111 0 1000110 1001111 1001001 111 1000001 10001

Color Harmonies of #46150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46150F

Black with #46150F

Text Example


Text Example

White with #46150F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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