#4B160C

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

Shades of Brown Pod #4B160C

Tints of Brown Pod #4B160C

Color information

#4B160C (or 0x4B160C) is unknown color: approx Brown Pod. HEX triplet: 4B, 16 and 0C. RGB value is (75,22,12). Sum of RGB (Red+Green+Blue) = 75+22+12=109 (14% of max value = 765). Red value is 75 (29.69% from 255 or 68.81% from 109); Green value is 22 (8.98% from 255 or 20.18% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 75 - color contains mainly: red. Hex color #4B160C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B160C is #B4E9F3. Grayscale: #242424. Windows color (decimal): -11856372 or 792139. OLE color: 792139.

HSL color Cylindrical-coordinate representation of color #4B160C: hue angle of 9.52º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4B160C is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB752212-
CMYK00.710.840.71
HSL9.52º72.41%17.06%-
HSV(B)9.52º84%29.41%-
XYZ3.252.10.58-
YUV36.71114.06155.31-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 68.81%
GREEN value IS 22 (8.98% from 255) = 20.18%
BLUE value IS 12 (5.08% from 255) = 11.01%
R=68.81%
G=20.18%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.84
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75221200.710.840.719.5272.4117.06
Hex4B16C0475447a4811
Octal113261401071241071211021
Binary100101110110110001000111101010010001111010100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B160C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B160C; }

 p { color: rgb(75,22,12); }

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

<style>
 a { background-color: #4B160C; }

 a { background-color: rgb(75,22,12); }

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

<style>
 span { border-color: #4B160C; }

 span { border-color: rgb(75,22,12); }

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