#4B1E11

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

Shades of Brown Pod #4B1E11

Tints of Brown Pod #4B1E11

Color information

#4B1E11 (or 0x4B1E11) is unknown color: approx Brown Pod. HEX triplet: 4B, 1E and 11. RGB value is (75,30,17). Sum of RGB (Red+Green+Blue) = 75+30+17=122 (16% of max value = 765). Red value is 75 (29.69% from 255 or 61.48% from 122); Green value is 30 (12.11% from 255 or 24.59% from 122); Blue value is 17 (7.03% from 255 or 13.93% from 122); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B1E11 is #B4E1EE. Grayscale: #2A2A2A. Windows color (decimal): -11854319 or 1121867. OLE color: 1121867.

HSL color Cylindrical-coordinate representation of color #4B1E11: hue angle of 13.45º 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 #4B1E11 is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB753017-
CMYK00.600.770.71
HSL13.45º63.04%18.04%-
HSV(B)13.45º77.33%29.41%-
XYZ3.472.460.82-
YUV41.97113.91151.56-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 61.48%
GREEN value IS 30 (12.11% from 255) = 24.59%
BLUE value IS 17 (7.03% from 255) = 13.93%
R=61.48%
G=24.59%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.77
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75301700.600.770.7113.4563.0418.04
Hex4B1E1103C4D47d3f12
Octal1133621074115107157722
Binary10010111111010001011110010011011000111110111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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