#4D331A

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

Shades of Brown Bramble #4D331A

Tints of Brown Bramble #4D331A

Color information

#4D331A (or 0x4D331A) is unknown color: approx Brown Bramble. HEX triplet: 4D, 33 and 1A. RGB value is (77,51,26). Sum of RGB (Red+Green+Blue) = 77+51+26=154 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 26 (10.55% from 255 or 16.88% from 154); Max value from RGB is 77 - color contains mainly: red. Hex color #4D331A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D331A is #B2CCE5. Grayscale: #383838. Windows color (decimal): -11717862 or 1717069. OLE color: 1717069.

HSL color Cylindrical-coordinate representation of color #4D331A: hue angle of 29.41º 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 #4D331A is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.70.

Color convert

RGB775126-
CMYK00.340.660.70
HSL29.41º49.51%20.2%-
HSV(B)29.41º66.23%30.2%-
XYZ4.434.021.52-
YUV55.92111.11143.03-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 50%
GREEN value IS 51 (20.31% from 255) = 33.12%
BLUE value IS 26 (10.55% from 255) = 16.88%
R=50%
G=33.12%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.66
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77512600.340.660.7029.4149.5120.2
Hex4D331A02242461d3214
Octal1156332042102106356224
Binary1001101110011110100100010100001010001101110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D331A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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