#4B2010

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

Shades of Brown Pod #4B2010

Tints of Brown Pod #4B2010

Color information

#4B2010 (or 0x4B2010) is unknown color: approx Brown Pod. HEX triplet: 4B, 20 and 10. RGB value is (75,32,16). Sum of RGB (Red+Green+Blue) = 75+32+16=123 (16% of max value = 765). Red value is 75 (29.69% from 255 or 60.98% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 16 (6.64% from 255 or 13.01% from 123); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2010 is #B4DFEF. Grayscale: #2B2B2B. Windows color (decimal): -11853808 or 1056843. OLE color: 1056843.

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

Color convert

RGB753216-
CMYK00.570.790.71
HSL16.27º64.84%17.84%-
HSV(B)16.27º78.67%29.41%-
XYZ3.512.570.8-
YUV43.03112.75150.8-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 60.98%
GREEN value IS 32 (12.89% from 255) = 26.02%
BLUE value IS 16 (6.64% from 255) = 13.01%
R=60.98%
G=26.02%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75321600.570.790.7116.2764.8417.84
Hex4B20100394F47104112
Octal11340200711171072010122
Binary10010111000001000001110011001111100011110000100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,32,16); }

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

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

 a { background-color: rgb(75,32,16); }

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

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

 span { border-color: rgb(75,32,16); }

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