#461B0A

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

Shades of Brown Pod #461B0A

Tints of Brown Pod #461B0A

Color information

#461B0A (or 0x461B0A) is unknown color: approx Brown Pod. HEX triplet: 46, 1B and 0A. RGB value is (70,27,10). Sum of RGB (Red+Green+Blue) = 70+27+10=107 (14% of max value = 765). Red value is 70 (27.73% from 255 or 65.42% from 107); Green value is 27 (10.94% from 255 or 25.23% from 107); Blue value is 10 (4.30% from 255 or 9.35% from 107); Max value from RGB is 70 - color contains mainly: red. Hex color #461B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461B0A is #B9E4F5. Grayscale: #262626. Windows color (decimal): -12182774 or 662342. OLE color: 662342.

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

Color convert

RGB702710-
CMYK00.610.860.73
HSL17º75%15.69%-
HSV(B)17º85.71%27.45%-
XYZ2.972.110.54-
YUV37.92112.25150.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 65.42%
GREEN value IS 27 (10.94% from 255) = 25.23%
BLUE value IS 10 (4.30% from 255) = 9.35%
R=65.42%
G=25.23%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70271000.610.860.73177515.69
Hex461BA03D5649114b10
Octal10633120751261112111320
Binary100011011011101001111011010110100100110001100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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