Html Css Color HEX #461105 Seal Brown

📋 copy color: '#461105'

red 70 ◦ green 17 ◦ blue 5

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

Shades of Seal Brown #461105

Tints of Seal Brown #461105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 5.43%

R = 76.09%
G = 18.48%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#461105 (or 0x461105) is known color: Seal Brown. HEX triplet: 46, 11 and 05. RGB value is (70,17,5). Sum of RGB (Red+Green+Blue) = 70+17+5=92 (12% of max value = 765). Red value is 70 (27.73% from 255 or 76.09% from 92); Green value is 17 (7.03% from 255 or 18.48% from 92); Blue value is 5 (2.34% from 255 or 5.43% from 92); Max value from RGB is 70 - color contains mainly: red. Hex color #461105 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461105 is #B9EEFA. Grayscale: #1F1F1F. Windows color (decimal): -12185339 or 332102. OLE color: 332102.

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

Color convert

RGB 70 17 5 -
CMYK 0 0.76 0.93 0.73
HSL 11.08º 0.87% 0.15% -
HSV(B) 11.08º 0.93% 0.27% -
XYZ 2.75 1.71 0.33 -
YUV 31.48 113.06 155.48 -
System Red Green Blue C M Y K H S L
Decimal 70 17 5 0 0.76 0.93 0.73 11.08 0.87 0.15
Hex 46 11 5 0 4C 5D 49 B 57 F
Octal 106 21 5 0 114 135 111 13 127 17
Binary 1000110 10001 101 0 1001100 1011101 1001001 1011 1010111 1111

Color Harmonies of #461105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461105

Black with #461105

Text Example


Text Example

White with #461105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461105; }

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

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

background-color css

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

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

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

border-color css

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

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

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