Html Css Color HEX #461911 Brown Pod

📋 copy color: '#461911'

red 70 ◦ green 25 ◦ blue 17

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

Shades of Brown Pod #461911

Tints of Brown Pod #461911

RGB

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

 GREEN value IS 25 (10.16% from 255) = 22.32%

 BLUE value IS 17 (7.03% from 255) = 15.18%

R = 62.5%
G = 22.32%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.76

 K value IS 0.73

RGB Variations

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

Color information

#461911 (or 0x461911) is known color: Brown Pod. HEX triplet: 46, 19 and 11. RGB value is (70,25,17). Sum of RGB (Red+Green+Blue) = 70+25+17=112 (14% of max value = 765). Red value is 70 (27.73% from 255 or 62.5% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 17 (7.03% from 255 or 15.18% from 112); Max value from RGB is 70 - color contains mainly: red. Hex color #461911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461911 is #B9E6EE. Grayscale: #252525. Windows color (decimal): -12183279 or 1120582. OLE color: 1120582.

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

Color convert

RGB 70 25 17 -
CMYK 0 0.64 0.76 0.73
HSL 9.06º 0.61% 0.17% -
HSV(B) 9.06º 0.76% 0.27% -
XYZ 2.97 2.04 0.77 -
YUV 37.54 116.41 151.15 -
System Red Green Blue C M Y K H S L
Decimal 70 25 17 0 0.64 0.76 0.73 9.06 0.61 0.17
Hex 46 19 11 0 40 4C 49 9 3D 11
Octal 106 31 21 0 100 114 111 11 75 21
Binary 1000110 11001 10001 0 1000000 1001100 1001001 1001 111101 10001

Color Harmonies of #461911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461911

Black with #461911

Text Example


Text Example

White with #461911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461911; }

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

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

background-color css

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

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

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

border-color css

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

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

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