Html Css Color HEX #461D18 Brown Pod

📋 copy color: '#461D18'

red 70 ◦ green 29 ◦ blue 24

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

Shades of Brown Pod #461D18

Tints of Brown Pod #461D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 19.51%

R = 56.91%
G = 23.58%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#461D18 (or 0x461D18) is known color: Brown Pod. HEX triplet: 46, 1D and 18. RGB value is (70,29,24). Sum of RGB (Red+Green+Blue) = 70+29+24=123 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.91% from 123); Green value is 29 (11.72% from 255 or 23.58% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 70 - color contains mainly: red. Hex color #461D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461D18 is #B9E2E7. Grayscale: #282828. Windows color (decimal): -12182248 or 1580358. OLE color: 1580358.

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

Color convert

RGB 70 29 24 -
CMYK 0 0.59 0.66 0.73
HSL 6.52º 0.49% 0.18% -
HSV(B) 6.52º 0.66% 0.27% -
XYZ 3.13 2.25 1.13 -
YUV 40.69 118.58 148.91 -
System Red Green Blue C M Y K H S L
Decimal 70 29 24 0 0.59 0.66 0.73 6.52 0.49 0.18
Hex 46 1D 18 0 3B 42 49 7 31 12
Octal 106 35 30 0 73 102 111 7 61 22
Binary 1000110 11101 11000 0 111011 1000010 1001001 111 110001 10010

Color Harmonies of #461D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461D18

Black with #461D18

Text Example


Text Example

White with #461D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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