Html Css Color HEX #461715 Seal Brown

📋 copy color: '#461715'

red 70 ◦ green 23 ◦ blue 21

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

Shades of Seal Brown #461715

Tints of Seal Brown #461715

RGB

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

 GREEN value IS 23 (9.38% from 255) = 20.18%

 BLUE value IS 21 (8.59% from 255) = 18.42%

R = 61.4%
G = 20.18%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#461715 (or 0x461715) is known color: Seal Brown. HEX triplet: 46, 17 and 15. RGB value is (70,23,21). Sum of RGB (Red+Green+Blue) = 70+23+21=114 (15% of max value = 765). Red value is 70 (27.73% from 255 or 61.40% from 114); Green value is 23 (9.38% from 255 or 20.18% from 114); Blue value is 21 (8.59% from 255 or 18.42% from 114); Max value from RGB is 70 - color contains mainly: red. Hex color #461715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461715 is #B9E8EA. Grayscale: #242424. Windows color (decimal): -12183787 or 1382214. OLE color: 1382214.

HSL color Cylindrical-coordinate representation of color #461715: hue angle of 2.45º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #461715 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 23 21 -
CMYK 0 0.67 0.70 0.73
HSL 2.45º 0.54% 0.18% -
HSV(B) 2.45º 0.7% 0.27% -
XYZ 2.97 1.97 0.93 -
YUV 36.83 119.07 151.66 -
System Red Green Blue C M Y K H S L
Decimal 70 23 21 0 0.67 0.70 0.73 2.45 0.54 0.18
Hex 46 17 15 0 43 46 49 2 36 12
Octal 106 27 25 0 103 106 111 2 66 22
Binary 1000110 10111 10101 0 1000011 1000110 1001001 10 110110 10010

Color Harmonies of #461715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461715

Black with #461715

Text Example


Text Example

White with #461715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461715; }

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

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

background-color css

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

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

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

border-color css

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

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

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