Html Css Color HEX #461511 Seal Brown

📋 copy color: '#461511'

red 70 ◦ green 21 ◦ blue 17

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

Shades of Seal Brown #461511

Tints of Seal Brown #461511

RGB

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

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

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

R = 64.81%
G = 19.44%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.73

RGB Variations

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

Color information

#461511 (or 0x461511) is known color: Seal Brown. HEX triplet: 46, 15 and 11. RGB value is (70,21,17). Sum of RGB (Red+Green+Blue) = 70+21+17=108 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.81% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 17 (7.03% from 255 or 15.74% from 108); Max value from RGB is 70 - color contains mainly: red. Hex color #461511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461511 is #B9EAEE. Grayscale: #232323. Windows color (decimal): -12184303 or 1119558. OLE color: 1119558.

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

Color convert

RGB 70 21 17 -
CMYK 0 0.70 0.76 0.73
HSL 4.53º 0.61% 0.17% -
HSV(B) 4.53º 0.76% 0.27% -
XYZ 2.9 1.88 0.74 -
YUV 35.2 117.73 152.83 -
System Red Green Blue C M Y K H S L
Decimal 70 21 17 0 0.70 0.76 0.73 4.53 0.61 0.17
Hex 46 15 11 0 46 4C 49 5 3D 11
Octal 106 25 21 0 106 114 111 5 75 21
Binary 1000110 10101 10001 0 1000110 1001100 1001001 101 111101 10001

Color Harmonies of #461511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461511

Black with #461511

Text Example


Text Example

White with #461511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461511; }

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

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

background-color css

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

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

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

border-color css

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

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

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