Html Css Color HEX #461002 Seal Brown

📋 copy color: '#461002'

red 70 ◦ green 16 ◦ blue 2

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

Shades of Seal Brown #461002

Tints of Seal Brown #461002

RGB

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

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

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

R = 79.55%
G = 18.18%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#461002 (or 0x461002) is known color: Seal Brown. HEX triplet: 46, 10 and 02. RGB value is (70,16,2). Sum of RGB (Red+Green+Blue) = 70+16+2=88 (11% of max value = 765). Red value is 70 (27.73% from 255 or 79.55% from 88); Green value is 16 (6.64% from 255 or 18.18% from 88); Blue value is 2 (1.17% from 255 or 2.27% from 88); Max value from RGB is 70 - color contains mainly: red. Hex color #461002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461002 is #B9EFFD. Grayscale: #1E1E1E. Windows color (decimal): -12185598 or 135238. OLE color: 135238.

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

Color convert

RGB 70 16 2 -
CMYK 0 0.77 0.97 0.73
HSL 12.35º 0.94% 0.14% -
HSV(B) 12.35º 0.97% 0.27% -
XYZ 2.72 1.68 0.24 -
YUV 30.55 111.89 156.14 -
System Red Green Blue C M Y K H S L
Decimal 70 16 2 0 0.77 0.97 0.73 12.35 0.94 0.14
Hex 46 10 2 0 4D 61 49 C 5E E
Octal 106 20 2 0 115 141 111 14 136 16
Binary 1000110 10000 10 0 1001101 1100001 1001001 1100 1011110 1110

Color Harmonies of #461002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461002

Black with #461002

Text Example


Text Example

White with #461002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461002; }

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

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

background-color css

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

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

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

border-color css

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

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

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