Html Css Color HEX #461811 Brown Pod

📋 copy color: '#461811'

red 70 ◦ green 24 ◦ blue 17

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

Shades of Brown Pod #461811

Tints of Brown Pod #461811

RGB

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

 GREEN value IS 24 (9.77% from 255) = 21.62%

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

R = 63.06%
G = 21.62%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.73

RGB Variations

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

Color information

#461811 (or 0x461811) is known color: Brown Pod. HEX triplet: 46, 18 and 11. RGB value is (70,24,17). Sum of RGB (Red+Green+Blue) = 70+24+17=111 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.06% from 111); Green value is 24 (9.77% from 255 or 21.62% from 111); Blue value is 17 (7.03% from 255 or 15.32% from 111); Max value from RGB is 70 - color contains mainly: red. Hex color #461811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461811 is #B9E7EE. Grayscale: #252525. Windows color (decimal): -12183535 or 1120326. OLE color: 1120326.

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

Color convert

RGB 70 24 17 -
CMYK 0 0.66 0.76 0.73
HSL 7.92º 0.61% 0.17% -
HSV(B) 7.92º 0.76% 0.27% -
XYZ 2.95 2 0.76 -
YUV 36.96 116.74 151.57 -
System Red Green Blue C M Y K H S L
Decimal 70 24 17 0 0.66 0.76 0.73 7.92 0.61 0.17
Hex 46 18 11 0 42 4C 49 8 3D 11
Octal 106 30 21 0 102 114 111 10 75 21
Binary 1000110 11000 10001 0 1000010 1001100 1001001 1000 111101 10001

Color Harmonies of #461811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461811

Black with #461811

Text Example


Text Example

White with #461811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461811; }

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

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

background-color css

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

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

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

border-color css

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

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

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