#461F1C

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

Shades of Brown Pod #461F1C

Tints of Brown Pod #461F1C

Color information

#461F1C (or 0x461F1C) is unknown color: approx Brown Pod. HEX triplet: 46, 1F and 1C. RGB value is (70,31,28). Sum of RGB (Red+Green+Blue) = 70+31+28=129 (17% of max value = 765). Red value is 70 (27.73% from 255 or 54.26% from 129); Green value is 31 (12.5% from 255 or 24.03% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 70 - color contains mainly: red. Hex color #461F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461F1C is #B9E0E3. Grayscale: #2A2A2A. Windows color (decimal): -12181732 or 1843014. OLE color: 1843014.

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

Color convert

RGB703128-
CMYK00.560.600.73
HSL4.29º42.86%19.22%-
HSV(B)4.29º60%27.45%-
XYZ3.232.371.39-
YUV42.32119.92147.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 54.26%
GREEN value IS 31 (12.5% from 255) = 24.03%
BLUE value IS 28 (11.33% from 255) = 21.71%
R=54.26%
G=24.03%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.60
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70312800.560.600.734.2942.8619.22
Hex461F1C0383C4942b13
Octal10637340707411145323
Binary100011011111111000111000111100100100110010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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