Html Css Color HEX #461111 Seal Brown

📋 copy color: '#461111'

red 70 ◦ green 17 ◦ blue 17

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

Shades of Seal Brown #461111

Tints of Seal Brown #461111

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.35%

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

R = 67.31%
G = 16.35%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.73

RGB Variations

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

Color information

#461111 (or 0x461111) is known color: Seal Brown. HEX triplet: 46, 11 and 11. RGB value is (70,17,17). Sum of RGB (Red+Green+Blue) = 70+17+17=104 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.31% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 70 - color contains mainly: red. Hex color #461111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461111 is #B9EEEE. Grayscale: #202020. Windows color (decimal): -12185327 or 1118534. OLE color: 1118534.

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

Color convert

RGB 70 17 17 -
CMYK 0 0.76 0.76 0.73
HSL 0.61% 0.17% -
HSV(B) 0.76% 0.27% -
XYZ 2.83 1.74 0.72 -
YUV 32.85 119.06 154.5 -
System Red Green Blue C M Y K H S L
Decimal 70 17 17 0 0.76 0.76 0.73 0 0.61 0.17
Hex 46 11 11 0 4C 4C 49 0 3D 11
Octal 106 21 21 0 114 114 111 0 75 21
Binary 1000110 10001 10001 0 1001100 1001100 1001001 0 111101 10001

Color Harmonies of #461111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461111

Black with #461111

Text Example


Text Example

White with #461111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461111; }

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

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

background-color css

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

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

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

border-color css

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

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

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