Html Css Color HEX #461411 Seal Brown

📋 copy color: '#461411'

red 70 ◦ green 20 ◦ blue 17

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

Shades of Seal Brown #461411

Tints of Seal Brown #461411

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.69%

 BLUE value IS 17 (7.03% from 255) = 15.89%

R = 65.42%
G = 18.69%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.73

RGB Variations

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

Color information

#461411 (or 0x461411) is known color: Seal Brown. HEX triplet: 46, 14 and 11. RGB value is (70,20,17). Sum of RGB (Red+Green+Blue) = 70+20+17=107 (14% of max value = 765). Red value is 70 (27.73% from 255 or 65.42% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 17 (7.03% from 255 or 15.89% from 107); Max value from RGB is 70 - color contains mainly: red. Hex color #461411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461411 is #B9EBEE. Grayscale: #222222. Windows color (decimal): -12184559 or 1119302. OLE color: 1119302.

HSL color Cylindrical-coordinate representation of color #461411: hue angle of 3.4º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #461411 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 20 17 -
CMYK 0 0.71 0.76 0.73
HSL 3.4º 0.61% 0.17% -
HSV(B) 3.4º 0.76% 0.27% -
XYZ 2.88 1.84 0.73 -
YUV 34.61 118.07 153.24 -
System Red Green Blue C M Y K H S L
Decimal 70 20 17 0 0.71 0.76 0.73 3.4 0.61 0.17
Hex 46 14 11 0 47 4C 49 3 3D 11
Octal 106 24 21 0 107 114 111 3 75 21
Binary 1000110 10100 10001 0 1000111 1001100 1001001 11 111101 10001

Color Harmonies of #461411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461411

Black with #461411

Text Example


Text Example

White with #461411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461411; }

 p { color: rgb(70,20,17); }

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

background-color css

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

 a { background-color: rgb(70,20,17); }

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

border-color css

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

 span { border-color: rgb(70,20,17); }

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