#4B1E03

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

Shades of Brown Pod #4B1E03

Tints of Brown Pod #4B1E03

Color information

#4B1E03 (or 0x4B1E03) is unknown color: approx Brown Pod. HEX triplet: 4B, 1E and 03. RGB value is (75,30,3). Sum of RGB (Red+Green+Blue) = 75+30+3=108 (14% of max value = 765). Red value is 75 (29.69% from 255 or 69.44% from 108); Green value is 30 (12.11% from 255 or 27.78% from 108); Blue value is 3 (1.56% from 255 or 2.78% from 108); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B1E03 is #B4E1FC. Grayscale: #282828. Windows color (decimal): -11854333 or 204363. OLE color: 204363.

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

Color convert

RGB75303-
CMYK00.600.960.71
HSL22.5º92.31%15.29%-
HSV(B)22.5º96%29.41%-
XYZ3.382.430.38-
YUV40.38106.91152.7-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 69.44%
GREEN value IS 30 (12.11% from 255) = 27.78%
BLUE value IS 3 (1.56% from 255) = 2.78%
R=69.44%
G=27.78%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7530300.600.960.7122.592.3115.29
Hex4B1E303C6047165cf
Octal1133630741401072613417
Binary100101111110110111100110000010001111011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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