#4C1805

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

Shades of Brown Pod #4C1805

Tints of Brown Pod #4C1805

Color information

#4C1805 (or 0x4C1805) is unknown color: approx Brown Pod. HEX triplet: 4C, 18 and 05. RGB value is (76,24,5). Sum of RGB (Red+Green+Blue) = 76+24+5=105 (13% of max value = 765). Red value is 76 (30.08% from 255 or 72.38% from 105); Green value is 24 (9.77% from 255 or 22.86% from 105); Blue value is 5 (2.34% from 255 or 4.76% from 105); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C1805 is #B3E7FA. Grayscale: #252525. Windows color (decimal): -11790331 or 333900. OLE color: 333900.

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

Color convert

RGB76245-
CMYK00.680.930.70
HSL16.06º87.65%15.88%-
HSV(B)16.06º93.42%29.8%-
XYZ3.332.20.39-
YUV37.38109.73155.54-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 72.38%
GREEN value IS 24 (9.77% from 255) = 22.86%
BLUE value IS 5 (2.34% from 255) = 4.76%
R=72.38%
G=22.86%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.93
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7624500.680.930.7016.0687.6515.88
Hex4C1850445D46105810
Octal11430501041351062013020
Binary100110011000101010001001011101100011010000101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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