#4B1805

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

Shades of Brown Pod #4B1805

Tints of Brown Pod #4B1805

Color information

#4B1805 (or 0x4B1805) is unknown color: approx Brown Pod. HEX triplet: 4B, 18 and 05. RGB value is (75,24,5). Sum of RGB (Red+Green+Blue) = 75+24+5=104 (13% of max value = 765). Red value is 75 (29.69% from 255 or 72.12% from 104); Green value is 24 (9.77% from 255 or 23.08% from 104); Blue value is 5 (2.34% from 255 or 4.81% from 104); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B1805 is #B4E7FA. Grayscale: #252525. Windows color (decimal): -11855867 or 333899. OLE color: 333899.

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

Color convert

RGB75245-
CMYK00.680.930.71
HSL16.29º87.5%15.69%-
HSV(B)16.29º93.33%29.41%-
XYZ3.262.160.39-
YUV37.08109.9155.04-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 72.12%
GREEN value IS 24 (9.77% from 255) = 23.08%
BLUE value IS 5 (2.34% from 255) = 4.81%
R=72.12%
G=23.08%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7524500.680.930.7116.2987.515.69
Hex4B1850445D47105810
Octal11330501041351072013020
Binary100101111000101010001001011101100011110000101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,24,5); }

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

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

 a { background-color: rgb(75,24,5); }

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

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

 span { border-color: rgb(75,24,5); }

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