Html Css Color HEX #461716 Seal Brown

📋 copy color: '#461716'

red 70 ◦ green 23 ◦ blue 22

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

Shades of Seal Brown #461716

Tints of Seal Brown #461716

RGB

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

 GREEN value IS 23 (9.38% from 255) = 20%

 BLUE value IS 22 (8.98% from 255) = 19.13%

R = 60.87%
G = 20%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.73

RGB Variations

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

Color information

#461716 (or 0x461716) is known color: Seal Brown. HEX triplet: 46, 17 and 16. RGB value is (70,23,22). Sum of RGB (Red+Green+Blue) = 70+23+22=115 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.87% from 115); Green value is 23 (9.38% from 255 or 20% from 115); Blue value is 22 (8.98% from 255 or 19.13% from 115); Max value from RGB is 70 - color contains mainly: red. Hex color #461716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461716 is #B9E8E9. Grayscale: #242424. Windows color (decimal): -12183786 or 1447750. OLE color: 1447750.

HSL color Cylindrical-coordinate representation of color #461716: hue angle of 1.25º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #461716 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 23 22 -
CMYK 0 0.67 0.69 0.73
HSL 1.25º 0.52% 0.18% -
HSV(B) 1.25º 0.69% 0.27% -
XYZ 2.98 1.97 0.98 -
YUV 36.94 119.57 151.58 -
System Red Green Blue C M Y K H S L
Decimal 70 23 22 0 0.67 0.69 0.73 1.25 0.52 0.18
Hex 46 17 16 0 43 45 49 1 34 12
Octal 106 27 26 0 103 105 111 1 64 22
Binary 1000110 10111 10110 0 1000011 1000101 1001001 1 110100 10010

Color Harmonies of #461716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461716

Black with #461716

Text Example


Text Example

White with #461716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461716; }

 p { color: rgb(70,23,22); }

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

background-color css

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

 a { background-color: rgb(70,23,22); }

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

border-color css

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

 span { border-color: rgb(70,23,22); }

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