#4B2111

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

Shades of Brown Pod #4B2111

Tints of Brown Pod #4B2111

Color information

#4B2111 (or 0x4B2111) is unknown color: approx Brown Pod. HEX triplet: 4B, 21 and 11. RGB value is (75,33,17). Sum of RGB (Red+Green+Blue) = 75+33+17=125 (16% of max value = 765). Red value is 75 (29.69% from 255 or 60% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 17 (7.03% from 255 or 13.6% from 125); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2111 is #B4DEEE. Grayscale: #2B2B2B. Windows color (decimal): -11853551 or 1122635. OLE color: 1122635.

HSL color Cylindrical-coordinate representation of color #4B2111: hue angle of 16.55º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B2111 is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB753317-
CMYK00.560.770.71
HSL16.55º63.04%18.04%-
HSV(B)16.55º77.33%29.41%-
XYZ3.552.620.85-
YUV43.73112.91150.3-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 60%
GREEN value IS 33 (13.28% from 255) = 26.4%
BLUE value IS 17 (7.03% from 255) = 13.6%
R=60%
G=26.4%
B=13.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.77
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75331700.560.770.7116.5563.0418.04
Hex4B21110384D47113f12
Octal1134121070115107217722
Binary1001011100001100010111000100110110001111000111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,33,17); }

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

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

 a { background-color: rgb(75,33,17); }

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

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

 span { border-color: rgb(75,33,17); }

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