#4B2016

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

Shades of Brown Pod #4B2016

Tints of Brown Pod #4B2016

Color information

#4B2016 (or 0x4B2016) is unknown color: approx Brown Pod. HEX triplet: 4B, 20 and 16. RGB value is (75,32,22). Sum of RGB (Red+Green+Blue) = 75+32+22=129 (17% of max value = 765). Red value is 75 (29.69% from 255 or 58.14% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2016 is #B4DFE9. Grayscale: #2B2B2B. Windows color (decimal): -11853802 or 1450059. OLE color: 1450059.

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

Color convert

RGB753222-
CMYK00.570.710.71
HSL11.32º54.64%19.02%-
HSV(B)11.32º70.67%29.41%-
XYZ3.562.591.07-
YUV43.72115.75150.31-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 58.14%
GREEN value IS 32 (12.89% from 255) = 24.81%
BLUE value IS 22 (8.98% from 255) = 17.05%
R=58.14%
G=24.81%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75322200.570.710.7111.3254.6419.02
Hex4B20160394747b3713
Octal1134026071107107136723
Binary100101110000010110011100110001111000111101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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