Html Css Color HEX #461D0A Brown Pod

📋 copy color: '#461D0A'

red 70 ◦ green 29 ◦ blue 10

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

Shades of Brown Pod #461D0A

Tints of Brown Pod #461D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 9.17%

R = 64.22%
G = 26.61%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.73

RGB Variations

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

Color information

#461D0A (or 0x461D0A) is known color: Brown Pod. HEX triplet: 46, 1D and 0A. RGB value is (70,29,10). Sum of RGB (Red+Green+Blue) = 70+29+10=109 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.22% from 109); Green value is 29 (11.72% from 255 or 26.61% from 109); Blue value is 10 (4.30% from 255 or 9.17% from 109); Max value from RGB is 70 - color contains mainly: red. Hex color #461D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461D0A is #B9E2F5. Grayscale: #272727. Windows color (decimal): -12182262 or 662854. OLE color: 662854.

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

Color convert

RGB 70 29 10 -
CMYK 0 0.59 0.86 0.73
HSL 19º 0.75% 0.16% -
HSV(B) 19º 0.86% 0.27% -
XYZ 3.02 2.2 0.55 -
YUV 39.09 111.58 150.04 -
System Red Green Blue C M Y K H S L
Decimal 70 29 10 0 0.59 0.86 0.73 19 0.75 0.16
Hex 46 1D A 0 3B 56 49 13 4B 10
Octal 106 35 12 0 73 126 111 23 113 20
Binary 1000110 11101 1010 0 111011 1010110 1001001 10011 1001011 10000

Color Harmonies of #461D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461D0A

Black with #461D0A

Text Example


Text Example

White with #461D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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