#461F1B

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

Shades of Brown Pod #461F1B

Tints of Brown Pod #461F1B

Color information

#461F1B (or 0x461F1B) is unknown color: approx Brown Pod. HEX triplet: 46, 1F and 1B. RGB value is (70,31,27). Sum of RGB (Red+Green+Blue) = 70+31+27=128 (16% of max value = 765). Red value is 70 (27.73% from 255 or 54.69% from 128); Green value is 31 (12.5% from 255 or 24.22% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 70 - color contains mainly: red. Hex color #461F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461F1B is #B9E0E4. Grayscale: #2A2A2A. Windows color (decimal): -12181733 or 1777478. OLE color: 1777478.

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

Color convert

RGB703127-
CMYK00.560.610.73
HSL5.58º44.33%19.02%-
HSV(B)5.58º61.43%27.45%-
XYZ3.212.361.32-
YUV42.2119.42147.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 54.69%
GREEN value IS 31 (12.5% from 255) = 24.22%
BLUE value IS 27 (10.94% from 255) = 21.09%
R=54.69%
G=24.22%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70312700.560.610.735.5844.3319.02
Hex461F1B0383D4962c13
Octal10637330707511165423
Binary100011011111110110111000111101100100111010110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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