#461C0A

Color #461C0A Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #461C0A

Tints of Brown Pod #461C0A

Color information

#461C0A (or 0x461C0A) is unknown color: approx Brown Pod. HEX triplet: 46, 1C and 0A. RGB value is (70,28,10). Sum of RGB (Red+Green+Blue) = 70+28+10=108 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.81% from 108); Green value is 28 (11.33% from 255 or 25.93% from 108); Blue value is 10 (4.30% from 255 or 9.26% from 108); Max value from RGB is 70 - color contains mainly: red. Hex color #461C0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461C0A is #B9E3F5. Grayscale: #262626. Windows color (decimal): -12182518 or 662598. OLE color: 662598.

HSL color Cylindrical-coordinate representation of color #461C0A: hue angle of 18º 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 #461C0A is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB702810-
CMYK00.600.860.73
HSL18º75%15.69%-
HSV(B)18º85.71%27.45%-
XYZ32.150.55-
YUV38.51111.91150.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 64.81%
GREEN value IS 28 (11.33% from 255) = 25.93%
BLUE value IS 10 (4.30% from 255) = 9.26%
R=64.81%
G=25.93%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70281000.600.860.73187515.69
Hex461CA03C5649124b10
Octal10634120741261112211320
Binary100011011100101001111001010110100100110010100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #461C0A;
 }
 .AnyTagClassName
 {
   color: #461C0A;
 }
</style>
background-color css

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

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

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

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

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

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