#4B1E10

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

Shades of Brown Pod #4B1E10

Tints of Brown Pod #4B1E10

Color information

#4B1E10 (or 0x4B1E10) is unknown color: approx Brown Pod. HEX triplet: 4B, 1E and 10. RGB value is (75,30,16). Sum of RGB (Red+Green+Blue) = 75+30+16=121 (16% of max value = 765). Red value is 75 (29.69% from 255 or 61.98% from 121); Green value is 30 (12.11% from 255 or 24.79% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B1E10 is #B4E1EF. Grayscale: #292929. Windows color (decimal): -11854320 or 1056331. OLE color: 1056331.

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

Color convert

RGB753016-
CMYK00.600.790.71
HSL14.24º64.84%17.84%-
HSV(B)14.24º78.67%29.41%-
XYZ3.462.460.78-
YUV41.86113.41151.64-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 61.98%
GREEN value IS 30 (12.11% from 255) = 24.79%
BLUE value IS 16 (6.64% from 255) = 13.22%
R=61.98%
G=24.79%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75301600.600.790.7114.2464.8417.84
Hex4B1E1003C4F47e4112
Octal11336200741171071610122
Binary100101111110100000111100100111110001111110100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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