Html Css Color HEX #461004 Seal Brown

📋 copy color: '#461004'

red 70 ◦ green 16 ◦ blue 4

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

Shades of Seal Brown #461004

Tints of Seal Brown #461004

RGB

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

 GREEN value IS 16 (6.64% from 255) = 17.78%

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

R = 77.78%
G = 17.78%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.73

RGB Variations

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

Color information

#461004 (or 0x461004) is known color: Seal Brown. HEX triplet: 46, 10 and 04. RGB value is (70,16,4). Sum of RGB (Red+Green+Blue) = 70+16+4=90 (11% of max value = 765). Red value is 70 (27.73% from 255 or 77.78% from 90); Green value is 16 (6.64% from 255 or 17.78% from 90); Blue value is 4 (1.95% from 255 or 4.44% from 90); Max value from RGB is 70 - color contains mainly: red. Hex color #461004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461004 is #B9EFFB. Grayscale: #1E1E1E. Windows color (decimal): -12185596 or 266310. OLE color: 266310.

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

Color convert

RGB 70 16 4 -
CMYK 0 0.77 0.94 0.73
HSL 10.91º 0.89% 0.15% -
HSV(B) 10.91º 0.94% 0.27% -
XYZ 2.73 1.68 0.3 -
YUV 30.78 112.89 155.98 -
System Red Green Blue C M Y K H S L
Decimal 70 16 4 0 0.77 0.94 0.73 10.91 0.89 0.15
Hex 46 10 4 0 4D 5E 49 B 59 F
Octal 106 20 4 0 115 136 111 13 131 17
Binary 1000110 10000 100 0 1001101 1011110 1001001 1011 1011001 1111

Color Harmonies of #461004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461004

Black with #461004

Text Example


Text Example

White with #461004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461004; }

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

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

background-color css

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

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

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

border-color css

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

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

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