Html Css Color HEX #461D19 Brown Pod

📋 copy color: '#461D19'

red 70 ◦ green 29 ◦ blue 25

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

Shades of Brown Pod #461D19

Tints of Brown Pod #461D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 20.16%

R = 56.45%
G = 23.39%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#461D19 (or 0x461D19) is known color: Brown Pod. HEX triplet: 46, 1D and 19. RGB value is (70,29,25). Sum of RGB (Red+Green+Blue) = 70+29+25=124 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.45% from 124); Green value is 29 (11.72% from 255 or 23.39% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 70 - color contains mainly: red. Hex color #461D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461D19 is #B9E2E6. Grayscale: #282828. Windows color (decimal): -12182247 or 1645894. OLE color: 1645894.

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

Color convert

RGB 70 29 25 -
CMYK 0 0.59 0.64 0.73
HSL 5.33º 0.47% 0.19% -
HSV(B) 5.33º 0.64% 0.27% -
XYZ 3.14 2.25 1.19 -
YUV 40.8 119.08 148.83 -
System Red Green Blue C M Y K H S L
Decimal 70 29 25 0 0.59 0.64 0.73 5.33 0.47 0.19
Hex 46 1D 19 0 3B 40 49 5 2F 13
Octal 106 35 31 0 73 100 111 5 57 23
Binary 1000110 11101 11001 0 111011 1000000 1001001 101 101111 10011

Color Harmonies of #461D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461D19

Black with #461D19

Text Example


Text Example

White with #461D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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