#4D341E

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

Shades of Brown Bramble #4D341E

Tints of Brown Bramble #4D341E

Color information

#4D341E (or 0x4D341E) is unknown color: approx Brown Bramble. HEX triplet: 4D, 34 and 1E. RGB value is (77,52,30). Sum of RGB (Red+Green+Blue) = 77+52+30=159 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.43% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 77 - color contains mainly: red. Hex color #4D341E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D341E is #B2CBE1. Grayscale: #393939. Windows color (decimal): -11717602 or 1979469. OLE color: 1979469.

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

Color convert

RGB775230-
CMYK00.320.610.70
HSL28.09º43.93%20.98%-
HSV(B)28.09º61.04%30.2%-
XYZ4.524.131.79-
YUV56.97112.78142.29-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 48.43%
GREEN value IS 52 (20.70% from 255) = 32.70%
BLUE value IS 30 (12.11% from 255) = 18.87%
R=48.43%
G=32.70%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77523000.320.610.7028.0943.9320.98
Hex4D341E0203D461c2c15
Octal115643604075106345425
Binary100110111010011110010000011110110001101110010110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D341E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,52,30); }

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

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

 a { background-color: rgb(77,52,30); }

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

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

 span { border-color: rgb(77,52,30); }

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