Html Css Color HEX #461D15 Brown Pod

📋 copy color: '#461D15'

red 70 ◦ green 29 ◦ blue 21

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

Shades of Brown Pod #461D15

Tints of Brown Pod #461D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 17.5%

R = 58.33%
G = 24.17%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#461D15 (or 0x461D15) is known color: Brown Pod. HEX triplet: 46, 1D and 15. RGB value is (70,29,21). Sum of RGB (Red+Green+Blue) = 70+29+21=120 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.33% from 120); Green value is 29 (11.72% from 255 or 24.17% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 70 - color contains mainly: red. Hex color #461D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461D15 is #B9E2EA. Grayscale: #282828. Windows color (decimal): -12182251 or 1383750. OLE color: 1383750.

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

Color convert

RGB 70 29 21 -
CMYK 0 0.59 0.70 0.73
HSL 9.8º 0.54% 0.18% -
HSV(B) 9.8º 0.7% 0.27% -
XYZ 3.1 2.23 0.98 -
YUV 40.35 117.08 149.15 -
System Red Green Blue C M Y K H S L
Decimal 70 29 21 0 0.59 0.70 0.73 9.8 0.54 0.18
Hex 46 1D 15 0 3B 46 49 A 36 12
Octal 106 35 25 0 73 106 111 12 66 22
Binary 1000110 11101 10101 0 111011 1000110 1001001 1010 110110 10010

Color Harmonies of #461D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461D15

Black with #461D15

Text Example


Text Example

White with #461D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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