#461F0B

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

Shades of Brown Pod #461F0B

Tints of Brown Pod #461F0B

Color information

#461F0B (or 0x461F0B) is unknown color: approx Brown Pod. HEX triplet: 46, 1F and 0B. RGB value is (70,31,11). Sum of RGB (Red+Green+Blue) = 70+31+11=112 (14% of max value = 765). Red value is 70 (27.73% from 255 or 62.5% from 112); Green value is 31 (12.5% from 255 or 27.68% from 112); Blue value is 11 (4.69% from 255 or 9.82% from 112); Max value from RGB is 70 - color contains mainly: red. Hex color #461F0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461F0B is #B9E0F4. Grayscale: #282828. Windows color (decimal): -12181749 or 728902. OLE color: 728902.

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

Color convert

RGB703111-
CMYK00.560.840.73
HSL20.34º72.84%15.88%-
HSV(B)20.34º84.29%27.45%-
XYZ3.082.310.6-
YUV40.38111.42149.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 62.5%
GREEN value IS 31 (12.5% from 255) = 27.68%
BLUE value IS 11 (4.69% from 255) = 9.82%
R=62.5%
G=27.68%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70311100.560.840.7320.3472.8415.88
Hex461FB0385449144910
Octal10637130701241112411120
Binary100011011111101101110001010100100100110100100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,31,11); }

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

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

 a { background-color: rgb(70,31,11); }

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

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

 span { border-color: rgb(70,31,11); }

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