#4C1B0A

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

Shades of Brown Pod #4C1B0A

Tints of Brown Pod #4C1B0A

Color information

#4C1B0A (or 0x4C1B0A) is unknown color: approx Brown Pod. HEX triplet: 4C, 1B and 0A. RGB value is (76,27,10). Sum of RGB (Red+Green+Blue) = 76+27+10=113 (14% of max value = 765). Red value is 76 (30.08% from 255 or 67.26% from 113); Green value is 27 (10.94% from 255 or 23.89% from 113); Blue value is 10 (4.30% from 255 or 8.85% from 113); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C1B0A is #B3E4F5. Grayscale: #272727. Windows color (decimal): -11789558 or 662348. OLE color: 662348.

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

Color convert

RGB762710-
CMYK00.640.870.70
HSL15.45º76.74%16.86%-
HSV(B)15.45º86.84%29.8%-
XYZ3.432.340.56-
YUV39.71111.23153.88-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 67.26%
GREEN value IS 27 (10.94% from 255) = 23.89%
BLUE value IS 10 (4.30% from 255) = 8.85%
R=67.26%
G=23.89%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.87
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76271000.640.870.7015.4576.7416.86
Hex4C1BA0405746f4d11
Octal114331201001271061711521
Binary100110011011101001000000101011110001101111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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