Html Css Color HEX #461102 Seal Brown

📋 copy color: '#461102'

red 70 ◦ green 17 ◦ blue 2

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

Shades of Seal Brown #461102

Tints of Seal Brown #461102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.25%

R = 78.65%
G = 19.1%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#461102 (or 0x461102) is known color: Seal Brown. HEX triplet: 46, 11 and 02. RGB value is (70,17,2). Sum of RGB (Red+Green+Blue) = 70+17+2=89 (11% of max value = 765). Red value is 70 (27.73% from 255 or 78.65% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 70 - color contains mainly: red. Hex color #461102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461102 is #B9EEFD. Grayscale: #1F1F1F. Windows color (decimal): -12185342 or 135494. OLE color: 135494.

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

Color convert

RGB 70 17 2 -
CMYK 0 0.76 0.97 0.73
HSL 13.24º 0.94% 0.14% -
HSV(B) 13.24º 0.97% 0.27% -
XYZ 2.74 1.71 0.24 -
YUV 31.14 111.56 155.72 -
System Red Green Blue C M Y K H S L
Decimal 70 17 2 0 0.76 0.97 0.73 13.24 0.94 0.14
Hex 46 11 2 0 4C 61 49 D 5E E
Octal 106 21 2 0 114 141 111 15 136 16
Binary 1000110 10001 10 0 1001100 1100001 1001001 1101 1011110 1110

Color Harmonies of #461102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461102

Black with #461102

Text Example


Text Example

White with #461102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461102; }

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

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

background-color css

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

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

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

border-color css

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

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

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