Html Css Color HEX #461D17 Brown Pod

📋 copy color: '#461D17'

red 70 ◦ green 29 ◦ blue 23

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

Shades of Brown Pod #461D17

Tints of Brown Pod #461D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 18.85%

R = 57.38%
G = 23.77%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.73

RGB Variations

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

Color information

#461D17 (or 0x461D17) is known color: Brown Pod. HEX triplet: 46, 1D and 17. RGB value is (70,29,23). Sum of RGB (Red+Green+Blue) = 70+29+23=122 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.38% from 122); Green value is 29 (11.72% from 255 or 23.77% from 122); Blue value is 23 (9.38% from 255 or 18.85% from 122); Max value from RGB is 70 - color contains mainly: red. Hex color #461D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461D17 is #B9E2E8. Grayscale: #282828. Windows color (decimal): -12182249 or 1514822. OLE color: 1514822.

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

Color convert

RGB 70 29 23 -
CMYK 0 0.59 0.67 0.73
HSL 7.66º 0.51% 0.18% -
HSV(B) 7.66º 0.67% 0.27% -
XYZ 3.12 2.24 1.08 -
YUV 40.58 118.08 148.99 -
System Red Green Blue C M Y K H S L
Decimal 70 29 23 0 0.59 0.67 0.73 7.66 0.51 0.18
Hex 46 1D 17 0 3B 43 49 8 33 12
Octal 106 35 27 0 73 103 111 10 63 22
Binary 1000110 11101 10111 0 111011 1000011 1001001 1000 110011 10010

Color Harmonies of #461D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461D17

Black with #461D17

Text Example


Text Example

White with #461D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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