#4B1F15

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

Shades of Brown Pod #4B1F15

Tints of Brown Pod #4B1F15

Color information

#4B1F15 (or 0x4B1F15) is unknown color: approx Brown Pod. HEX triplet: 4B, 1F and 15. RGB value is (75,31,21). Sum of RGB (Red+Green+Blue) = 75+31+21=127 (16% of max value = 765). Red value is 75 (29.69% from 255 or 59.06% from 127); Green value is 31 (12.5% from 255 or 24.41% from 127); Blue value is 21 (8.59% from 255 or 16.54% from 127); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B1F15 is #B4E0EA. Grayscale: #2B2B2B. Windows color (decimal): -11854059 or 1384267. OLE color: 1384267.

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

Color convert

RGB753121-
CMYK00.590.720.71
HSL11.11º56.25%18.82%-
HSV(B)11.11º72%29.41%-
XYZ3.532.531.01-
YUV43.02115.58150.81-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 59.06%
GREEN value IS 31 (12.5% from 255) = 24.41%
BLUE value IS 21 (8.59% from 255) = 16.54%
R=59.06%
G=24.41%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.72
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75312100.590.720.7111.1156.2518.82
Hex4B1F1503B4847b3813
Octal1133725073110107137023
Binary10010111111110101011101110010001000111101111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,31,21); }

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

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

 a { background-color: rgb(75,31,21); }

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

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

 span { border-color: rgb(75,31,21); }

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