Html Css Color HEX #461108 Seal Brown

📋 copy color: '#461108'

red 70 ◦ green 17 ◦ blue 8

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

Shades of Seal Brown #461108

Tints of Seal Brown #461108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 8.42%

R = 73.68%
G = 17.89%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.73

RGB Variations

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

Color information

#461108 (or 0x461108) is known color: Seal Brown. HEX triplet: 46, 11 and 08. RGB value is (70,17,8). Sum of RGB (Red+Green+Blue) = 70+17+8=95 (12% of max value = 765). Red value is 70 (27.73% from 255 or 73.68% from 95); Green value is 17 (7.03% from 255 or 17.89% from 95); Blue value is 8 (3.52% from 255 or 8.42% from 95); Max value from RGB is 70 - color contains mainly: red. Hex color #461108 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461108 is #B9EEF7. Grayscale: #1F1F1F. Windows color (decimal): -12185336 or 528710. OLE color: 528710.

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

Color convert

RGB 70 17 8 -
CMYK 0 0.76 0.89 0.73
HSL 8.71º 0.79% 0.15% -
HSV(B) 8.71º 0.89% 0.27% -
XYZ 2.77 1.72 0.42 -
YUV 31.82 114.56 155.23 -
System Red Green Blue C M Y K H S L
Decimal 70 17 8 0 0.76 0.89 0.73 8.71 0.79 0.15
Hex 46 11 8 0 4C 59 49 9 4F F
Octal 106 21 10 0 114 131 111 11 117 17
Binary 1000110 10001 1000 0 1001100 1011001 1001001 1001 1001111 1111

Color Harmonies of #461108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461108

Black with #461108

Text Example


Text Example

White with #461108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461108; }

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

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

background-color css

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

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

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

border-color css

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

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

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