#4B1F03

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

Shades of Brown Pod #4B1F03

Tints of Brown Pod #4B1F03

Color information

#4B1F03 (or 0x4B1F03) is unknown color: approx Brown Pod. HEX triplet: 4B, 1F and 03. RGB value is (75,31,3). Sum of RGB (Red+Green+Blue) = 75+31+3=109 (14% of max value = 765). Red value is 75 (29.69% from 255 or 68.81% from 109); Green value is 31 (12.5% from 255 or 28.44% from 109); Blue value is 3 (1.56% from 255 or 2.75% from 109); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B1F03 is #B4E0FC. Grayscale: #292929. Windows color (decimal): -11854077 or 204619. OLE color: 204619.

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

Color convert

RGB75313-
CMYK00.590.960.71
HSL23.33º92.31%15.29%-
HSV(B)23.33º96%29.41%-
XYZ3.412.480.39-
YUV40.96106.58152.28-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 68.81%
GREEN value IS 31 (12.5% from 255) = 28.44%
BLUE value IS 3 (1.56% from 255) = 2.75%
R=68.81%
G=28.44%
B=2.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7531300.590.960.7123.3392.3115.29
Hex4B1F303B6047175cf
Octal1133730731401072713417
Binary100101111111110111011110000010001111011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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