#4B1F14

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

Shades of Brown Pod #4B1F14

Tints of Brown Pod #4B1F14

Color information

#4B1F14 (or 0x4B1F14) is unknown color: approx Brown Pod. HEX triplet: 4B, 1F and 14. RGB value is (75,31,20). Sum of RGB (Red+Green+Blue) = 75+31+20=126 (16% of max value = 765). Red value is 75 (29.69% from 255 or 59.52% from 126); Green value is 31 (12.5% from 255 or 24.60% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B1F14 is #B4E0EB. Grayscale: #2A2A2A. Windows color (decimal): -11854060 or 1318731. OLE color: 1318731.

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

Color convert

RGB753120-
CMYK00.590.730.71
HSL12º57.89%18.63%-
HSV(B)12º73.33%29.41%-
XYZ3.522.530.96-
YUV42.9115.08150.89-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 59.52%
GREEN value IS 31 (12.5% from 255) = 24.60%
BLUE value IS 20 (8.20% from 255) = 15.87%
R=59.52%
G=24.60%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75312000.590.730.711257.8918.63
Hex4B1F1403B4947c3a13
Octal1133724073111107147223
Binary10010111111110100011101110010011000111110011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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