#4B1F09

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

Shades of Brown Pod #4B1F09

Tints of Brown Pod #4B1F09

Color information

#4B1F09 (or 0x4B1F09) is unknown color: approx Brown Pod. HEX triplet: 4B, 1F and 09. RGB value is (75,31,9). Sum of RGB (Red+Green+Blue) = 75+31+9=115 (15% of max value = 765). Red value is 75 (29.69% from 255 or 65.22% from 115); Green value is 31 (12.5% from 255 or 26.96% from 115); Blue value is 9 (3.91% from 255 or 7.83% from 115); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B1F09 is #B4E0F6. Grayscale: #292929. Windows color (decimal): -11854071 or 597835. OLE color: 597835.

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

Color convert

RGB75319-
CMYK00.590.880.71
HSL20º78.57%16.47%-
HSV(B)20º88%29.41%-
XYZ3.442.50.56-
YUV41.65109.58151.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 65.22%
GREEN value IS 31 (12.5% from 255) = 26.96%
BLUE value IS 9 (3.91% from 255) = 7.83%
R=65.22%
G=26.96%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.88
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7531900.590.880.712078.5716.47
Hex4B1F903B5847144f10
Octal11337110731301072411720
Binary100101111111100101110111011000100011110100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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