Html Css Color HEX #461614 Seal Brown

📋 copy color: '#461614'

red 70 ◦ green 22 ◦ blue 20

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

Shades of Seal Brown #461614

Tints of Seal Brown #461614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 19.64%

 BLUE value IS 20 (8.2% from 255) = 17.86%

R = 62.5%
G = 19.64%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#461614 (or 0x461614) is known color: Seal Brown. HEX triplet: 46, 16 and 14. RGB value is (70,22,20). Sum of RGB (Red+Green+Blue) = 70+22+20=112 (14% of max value = 765). Red value is 70 (27.73% from 255 or 62.5% from 112); Green value is 22 (8.98% from 255 or 19.64% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 70 - color contains mainly: red. Hex color #461614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461614 is #B9E9EB. Grayscale: #242424. Windows color (decimal): -12184044 or 1316422. OLE color: 1316422.

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

Color convert

RGB 70 22 20 -
CMYK 0 0.69 0.71 0.73
HSL 2.4º 0.56% 0.18% -
HSV(B) 2.4º 0.71% 0.27% -
XYZ 2.94 1.93 0.88 -
YUV 36.12 118.9 152.16 -
System Red Green Blue C M Y K H S L
Decimal 70 22 20 0 0.69 0.71 0.73 2.4 0.56 0.18
Hex 46 16 14 0 45 47 49 2 38 12
Octal 106 26 24 0 105 107 111 2 70 22
Binary 1000110 10110 10100 0 1000101 1000111 1001001 10 111000 10010

Color Harmonies of #461614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461614

Black with #461614

Text Example


Text Example

White with #461614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461614; }

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

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

background-color css

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

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

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

border-color css

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

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

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