Html Css Color HEX #461104 Seal Brown

📋 copy color: '#461104'

red 70 ◦ green 17 ◦ blue 4

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

Shades of Seal Brown #461104

Tints of Seal Brown #461104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 4.4%

R = 76.92%
G = 18.68%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.73

RGB Variations

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

Color information

#461104 (or 0x461104) is known color: Seal Brown. HEX triplet: 46, 11 and 04. RGB value is (70,17,4). Sum of RGB (Red+Green+Blue) = 70+17+4=91 (12% of max value = 765). Red value is 70 (27.73% from 255 or 76.92% from 91); Green value is 17 (7.03% from 255 or 18.68% from 91); Blue value is 4 (1.95% from 255 or 4.40% from 91); Max value from RGB is 70 - color contains mainly: red. Hex color #461104 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461104 is #B9EEFB. Grayscale: #1F1F1F. Windows color (decimal): -12185340 or 266566. OLE color: 266566.

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

Color convert

RGB 70 17 4 -
CMYK 0 0.76 0.94 0.73
HSL 11.82º 0.89% 0.15% -
HSV(B) 11.82º 0.94% 0.27% -
XYZ 2.75 1.71 0.3 -
YUV 31.37 112.56 155.56 -
System Red Green Blue C M Y K H S L
Decimal 70 17 4 0 0.76 0.94 0.73 11.82 0.89 0.15
Hex 46 11 4 0 4C 5E 49 C 59 F
Octal 106 21 4 0 114 136 111 14 131 17
Binary 1000110 10001 100 0 1001100 1011110 1001001 1100 1011001 1111

Color Harmonies of #461104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461104

Black with #461104

Text Example


Text Example

White with #461104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461104; }

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

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

background-color css

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

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

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

border-color css

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

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

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