Html Css Color HEX #461D10 Brown Pod

📋 copy color: '#461D10'

red 70 ◦ green 29 ◦ blue 16

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

Shades of Brown Pod #461D10

Tints of Brown Pod #461D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.91%

R = 60.87%
G = 25.22%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#461D10 (or 0x461D10) is known color: Brown Pod. HEX triplet: 46, 1D and 10. RGB value is (70,29,16). Sum of RGB (Red+Green+Blue) = 70+29+16=115 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.87% from 115); Green value is 29 (11.72% from 255 or 25.22% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 70 - color contains mainly: red. Hex color #461D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461D10 is #B9E2EF. Grayscale: #272727. Windows color (decimal): -12182256 or 1056070. OLE color: 1056070.

HSL color Cylindrical-coordinate representation of color #461D10: hue angle of 14.44º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #461D10 is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 29 16 -
CMYK 0 0.59 0.77 0.73
HSL 14.44º 0.63% 0.17% -
HSV(B) 14.44º 0.77% 0.27% -
XYZ 3.06 2.22 0.76 -
YUV 39.78 114.58 149.56 -
System Red Green Blue C M Y K H S L
Decimal 70 29 16 0 0.59 0.77 0.73 14.44 0.63 0.17
Hex 46 1D 10 0 3B 4D 49 E 3F 11
Octal 106 35 20 0 73 115 111 16 77 21
Binary 1000110 11101 10000 0 111011 1001101 1001001 1110 111111 10001

Color Harmonies of #461D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461D10

Black with #461D10

Text Example


Text Example

White with #461D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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