#4C341F

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

Shades of Brown Bramble #4C341F

Tints of Brown Bramble #4C341F

Color information

#4C341F (or 0x4C341F) is unknown color: approx Brown Bramble. HEX triplet: 4C, 34 and 1F. RGB value is (76,52,31). Sum of RGB (Red+Green+Blue) = 76+52+31=159 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.80% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 76 - color contains mainly: red. Hex color #4C341F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C341F is #B3CBE0. Grayscale: #383838. Windows color (decimal): -11783137 or 2045004. OLE color: 2045004.

HSL color Cylindrical-coordinate representation of color #4C341F: hue angle of 28º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C341F is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.70.

Color convert

RGB765231-
CMYK00.320.590.70
HSL28º42.06%20.98%-
HSV(B)28º59.21%29.8%-
XYZ4.464.091.85-
YUV56.78113.45141.71-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 47.80%
GREEN value IS 52 (20.70% from 255) = 32.70%
BLUE value IS 31 (12.5% from 255) = 19.50%
R=47.80%
G=32.70%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76523100.320.590.702842.0620.98
Hex4C341F0203B461c2a15
Octal114643704073106345225
Binary100110011010011111010000011101110001101110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C341F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,52,31); }

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

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

 a { background-color: rgb(76,52,31); }

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

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

 span { border-color: rgb(76,52,31); }

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