Html Css Color HEX #461714 Seal Brown

📋 copy color: '#461714'

red 70 ◦ green 23 ◦ blue 20

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

Shades of Seal Brown #461714

Tints of Seal Brown #461714

RGB

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

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

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

R = 61.95%
G = 20.35%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#461714 (or 0x461714) is known color: Seal Brown. HEX triplet: 46, 17 and 14. RGB value is (70,23,20). Sum of RGB (Red+Green+Blue) = 70+23+20=113 (14% of max value = 765). Red value is 70 (27.73% from 255 or 61.95% from 113); Green value is 23 (9.38% from 255 or 20.35% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 70 - color contains mainly: red. Hex color #461714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461714 is #B9E8EB. Grayscale: #242424. Windows color (decimal): -12183788 or 1316678. OLE color: 1316678.

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

Color convert

RGB 70 23 20 -
CMYK 0 0.67 0.71 0.73
HSL 3.6º 0.56% 0.18% -
HSV(B) 3.6º 0.71% 0.27% -
XYZ 2.96 1.97 0.89 -
YUV 36.71 118.57 151.74 -
System Red Green Blue C M Y K H S L
Decimal 70 23 20 0 0.67 0.71 0.73 3.6 0.56 0.18
Hex 46 17 14 0 43 47 49 4 38 12
Octal 106 27 24 0 103 107 111 4 70 22
Binary 1000110 10111 10100 0 1000011 1000111 1001001 100 111000 10010

Color Harmonies of #461714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461714

Black with #461714

Text Example


Text Example

White with #461714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461714; }

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

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

background-color css

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

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

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

border-color css

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

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

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