Html Css Color HEX #461D16 Brown Pod

📋 copy color: '#461D16'

red 70 ◦ green 29 ◦ blue 22

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

Shades of Brown Pod #461D16

Tints of Brown Pod #461D16

RGB

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

 GREEN value IS 29 (11.72% from 255) = 23.97%

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

R = 57.85%
G = 23.97%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.69

 K value IS 0.73

RGB Variations

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

Color information

#461D16 (or 0x461D16) is known color: Brown Pod. HEX triplet: 46, 1D and 16. RGB value is (70,29,22). Sum of RGB (Red+Green+Blue) = 70+29+22=121 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.85% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 70 - color contains mainly: red. Hex color #461D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461D16 is #B9E2E9. Grayscale: #282828. Windows color (decimal): -12182250 or 1449286. OLE color: 1449286.

HSL color Cylindrical-coordinate representation of color #461D16: hue angle of 8.75º 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 #461D16 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 29 22 -
CMYK 0 0.59 0.69 0.73
HSL 8.75º 0.52% 0.18% -
HSV(B) 8.75º 0.69% 0.27% -
XYZ 3.11 2.24 1.03 -
YUV 40.46 117.58 149.07 -
System Red Green Blue C M Y K H S L
Decimal 70 29 22 0 0.59 0.69 0.73 8.75 0.52 0.18
Hex 46 1D 16 0 3B 45 49 9 34 12
Octal 106 35 26 0 73 105 111 11 64 22
Binary 1000110 11101 10110 0 111011 1000101 1001001 1001 110100 10010

Color Harmonies of #461D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461D16

Black with #461D16

Text Example


Text Example

White with #461D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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