Html Css Color HEX #461D04 Brown Pod

📋 copy color: '#461D04'

red 70 ◦ green 29 ◦ blue 4

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

Shades of Brown Pod #461D04

Tints of Brown Pod #461D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.88%

R = 67.96%
G = 28.16%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.73

RGB Variations

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

Color information

#461D04 (or 0x461D04) is known color: Brown Pod. HEX triplet: 46, 1D and 04. RGB value is (70,29,4). Sum of RGB (Red+Green+Blue) = 70+29+4=103 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.96% from 103); Green value is 29 (11.72% from 255 or 28.16% from 103); Blue value is 4 (1.95% from 255 or 3.88% from 103); Max value from RGB is 70 - color contains mainly: red. Hex color #461D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461D04 is #B9E2FB. Grayscale: #262626. Windows color (decimal): -12182268 or 269638. OLE color: 269638.

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

Color convert

RGB 70 29 4 -
CMYK 0 0.59 0.94 0.73
HSL 22.73º 0.89% 0.15% -
HSV(B) 22.73º 0.94% 0.27% -
XYZ 2.99 2.19 0.38 -
YUV 38.41 108.58 150.53 -
System Red Green Blue C M Y K H S L
Decimal 70 29 4 0 0.59 0.94 0.73 22.73 0.89 0.15
Hex 46 1D 4 0 3B 5E 49 17 59 F
Octal 106 35 4 0 73 136 111 27 131 17
Binary 1000110 11101 100 0 111011 1011110 1001001 10111 1011001 1111

Color Harmonies of #461D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461D04

Black with #461D04

Text Example


Text Example

White with #461D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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