#4B2109

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

Shades of Brown Pod #4B2109

Tints of Brown Pod #4B2109

Color information

#4B2109 (or 0x4B2109) is unknown color: approx Brown Pod. HEX triplet: 4B, 21 and 09. RGB value is (75,33,9). Sum of RGB (Red+Green+Blue) = 75+33+9=117 (15% of max value = 765). Red value is 75 (29.69% from 255 or 64.10% from 117); Green value is 33 (13.28% from 255 or 28.21% from 117); Blue value is 9 (3.91% from 255 or 7.69% from 117); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2109 is #B4DEF6. Grayscale: #2A2A2A. Windows color (decimal): -11853559 or 598347. OLE color: 598347.

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

Color convert

RGB75339-
CMYK00.560.880.71
HSL21.82º78.57%16.47%-
HSV(B)21.82º88%29.41%-
XYZ3.492.60.58-
YUV42.82108.91150.95-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 64.10%
GREEN value IS 33 (13.28% from 255) = 28.21%
BLUE value IS 9 (3.91% from 255) = 7.69%
R=64.10%
G=28.21%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.88
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7533900.560.880.7121.8278.5716.47
Hex4B2190385847164f10
Octal11341110701301072611720
Binary1001011100001100101110001011000100011110110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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