#4C1203

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

Shades of Brown Pod #4C1203

Tints of Brown Pod #4C1203

Color information

#4C1203 (or 0x4C1203) is unknown color: approx Brown Pod. HEX triplet: 4C, 12 and 03. RGB value is (76,18,3). Sum of RGB (Red+Green+Blue) = 76+18+3=97 (12% of max value = 765). Red value is 76 (30.08% from 255 or 78.35% from 97); Green value is 18 (7.42% from 255 or 18.56% from 97); Blue value is 3 (1.56% from 255 or 3.09% from 97); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C1203 is #B3EDFC. Grayscale: #212121. Windows color (decimal): -11791869 or 201292. OLE color: 201292.

HSL color Cylindrical-coordinate representation of color #4C1203: hue angle of 12.33º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C1203 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.70.

Color convert

RGB76183-
CMYK00.760.960.70
HSL12.33º92.41%15.49%-
HSV(B)12.33º96.05%29.8%-
XYZ3.211.980.3-
YUV33.63110.72158.22-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 78.35%
GREEN value IS 18 (7.42% from 255) = 18.56%
BLUE value IS 3 (1.56% from 255) = 3.09%
R=78.35%
G=18.56%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.96
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7618300.760.960.7012.3392.4115.49
Hex4C12304C6046c5cf
Octal11422301141401061413417
Binary100110010010110100110011000001000110110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,18,3); }

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

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

 a { background-color: rgb(76,18,3); }

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

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

 span { border-color: rgb(76,18,3); }

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