#4D301A

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

Shades of Brown Bramble #4D301A

Tints of Brown Bramble #4D301A

Color information

#4D301A (or 0x4D301A) is unknown color: approx Brown Bramble. HEX triplet: 4D, 30 and 1A. RGB value is (77,48,26). Sum of RGB (Red+Green+Blue) = 77+48+26=151 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.99% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 77 - color contains mainly: red. Hex color #4D301A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D301A is #B2CFE5. Grayscale: #363636. Windows color (decimal): -11718630 or 1716301. OLE color: 1716301.

HSL color Cylindrical-coordinate representation of color #4D301A: hue angle of 25.88º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D301A is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.70.

Color convert

RGB774826-
CMYK00.380.660.70
HSL25.88º49.51%20.2%-
HSV(B)25.88º66.23%30.2%-
XYZ4.33.771.48-
YUV54.16112.11144.29-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 50.99%
GREEN value IS 48 (19.14% from 255) = 31.79%
BLUE value IS 26 (10.55% from 255) = 17.22%
R=50.99%
G=31.79%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.66
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77482600.380.660.7025.8849.5120.2
Hex4D301A02642461a3214
Octal1156032046102106326224
Binary1001101110000110100100110100001010001101101011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,48,26); }

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

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

 a { background-color: rgb(77,48,26); }

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

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

 span { border-color: rgb(77,48,26); }

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