#4C1B09

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

Shades of Brown Pod #4C1B09

Tints of Brown Pod #4C1B09

Color information

#4C1B09 (or 0x4C1B09) is unknown color: approx Brown Pod. HEX triplet: 4C, 1B and 09. RGB value is (76,27,9). Sum of RGB (Red+Green+Blue) = 76+27+9=112 (14% of max value = 765). Red value is 76 (30.08% from 255 or 67.86% from 112); Green value is 27 (10.94% from 255 or 24.11% from 112); Blue value is 9 (3.91% from 255 or 8.04% from 112); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C1B09 is #B3E4F6. Grayscale: #272727. Windows color (decimal): -11789559 or 596812. OLE color: 596812.

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

Color convert

RGB76279-
CMYK00.640.880.70
HSL16.12º78.82%16.67%-
HSV(B)16.12º88.16%29.8%-
XYZ3.422.340.53-
YUV39.6110.73153.96-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 67.86%
GREEN value IS 27 (10.94% from 255) = 24.11%
BLUE value IS 9 (3.91% from 255) = 8.04%
R=67.86%
G=24.11%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.88
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7627900.640.880.7016.1278.8216.67
Hex4C1B90405846104f11
Octal114331101001301062011721
Binary1001100110111001010000001011000100011010000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,27,9); }

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

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

 a { background-color: rgb(76,27,9); }

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

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

 span { border-color: rgb(76,27,9); }

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