#4C1C0B

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

Shades of Brown Pod #4C1C0B

Tints of Brown Pod #4C1C0B

Color information

#4C1C0B (or 0x4C1C0B) is unknown color: approx Brown Pod. HEX triplet: 4C, 1C and 0B. RGB value is (76,28,11). Sum of RGB (Red+Green+Blue) = 76+28+11=115 (15% of max value = 765). Red value is 76 (30.08% from 255 or 66.09% from 115); Green value is 28 (11.33% from 255 or 24.35% from 115); Blue value is 11 (4.69% from 255 or 9.57% from 115); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C1C0B is #B3E3F4. Grayscale: #282828. Windows color (decimal): -11789301 or 728140. OLE color: 728140.

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

Color convert

RGB762811-
CMYK00.630.860.70
HSL15.69º74.71%17.06%-
HSV(B)15.69º85.53%29.8%-
XYZ3.462.390.6-
YUV40.41111.4153.38-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 66.09%
GREEN value IS 28 (11.33% from 255) = 24.35%
BLUE value IS 11 (4.69% from 255) = 9.57%
R=66.09%
G=24.35%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.86
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76281100.630.860.7015.6974.7117.06
Hex4C1CB03F5646104b11
Octal11434130771261062011321
Binary100110011100101101111111010110100011010000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,28,11); }

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

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

 a { background-color: rgb(76,28,11); }

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

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

 span { border-color: rgb(76,28,11); }

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