Html Css Color HEX #461611 Seal Brown

📋 copy color: '#461611'

red 70 ◦ green 22 ◦ blue 17

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

Shades of Seal Brown #461611

Tints of Seal Brown #461611

RGB

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

 GREEN value IS 22 (8.98% from 255) = 20.18%

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

R = 64.22%
G = 20.18%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.73

RGB Variations

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

Color information

#461611 (or 0x461611) is known color: Seal Brown. HEX triplet: 46, 16 and 11. RGB value is (70,22,17). Sum of RGB (Red+Green+Blue) = 70+22+17=109 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.22% from 109); Green value is 22 (8.98% from 255 or 20.18% from 109); Blue value is 17 (7.03% from 255 or 15.60% from 109); Max value from RGB is 70 - color contains mainly: red. Hex color #461611 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461611 is #B9E9EE. Grayscale: #232323. Windows color (decimal): -12184047 or 1119814. OLE color: 1119814.

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

Color convert

RGB 70 22 17 -
CMYK 0 0.69 0.76 0.73
HSL 5.66º 0.61% 0.17% -
HSV(B) 5.66º 0.76% 0.27% -
XYZ 2.91 1.92 0.75 -
YUV 35.78 117.4 152.41 -
System Red Green Blue C M Y K H S L
Decimal 70 22 17 0 0.69 0.76 0.73 5.66 0.61 0.17
Hex 46 16 11 0 45 4C 49 6 3D 11
Octal 106 26 21 0 105 114 111 6 75 21
Binary 1000110 10110 10001 0 1000101 1001100 1001001 110 111101 10001

Color Harmonies of #461611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461611

Black with #461611

Text Example


Text Example

White with #461611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461611; }

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

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

background-color css

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

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

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

border-color css

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

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

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