#4C230F

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

Shades of Brown Pod #4C230F

Tints of Brown Pod #4C230F

Color information

#4C230F (or 0x4C230F) is unknown color: approx Brown Pod. HEX triplet: 4C, 23 and 0F. RGB value is (76,35,15). Sum of RGB (Red+Green+Blue) = 76+35+15=126 (16% of max value = 765). Red value is 76 (30.08% from 255 or 60.32% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 76 - color contains mainly: red. Hex color #4C230F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C230F is #B3DCF0. Grayscale: #2D2D2D. Windows color (decimal): -11787505 or 992076. OLE color: 992076.

HSL color Cylindrical-coordinate representation of color #4C230F: hue angle of 19.67º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C230F is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.70.

Color convert

RGB763515-
CMYK00.540.800.70
HSL19.67º67.03%17.84%-
HSV(B)19.67º80.26%29.8%-
XYZ3.672.770.79-
YUV44.98111.08150.13-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 60.32%
GREEN value IS 35 (14.06% from 255) = 27.78%
BLUE value IS 15 (6.25% from 255) = 11.90%
R=60.32%
G=27.78%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.80
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76351500.540.800.7019.6767.0317.84
Hex4C23F0365046144312
Octal11443170661201062410322
Binary1001100100011111101101101010000100011010100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C230F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,35,15); }

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

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

 a { background-color: rgb(76,35,15); }

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

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

 span { border-color: rgb(76,35,15); }

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