#4D3210

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

Shades of Brown Bramble #4D3210

Tints of Brown Bramble #4D3210

Color information

#4D3210 (or 0x4D3210) is unknown color: approx Brown Bramble. HEX triplet: 4D, 32 and 10. RGB value is (77,50,16). Sum of RGB (Red+Green+Blue) = 77+50+16=143 (18% of max value = 765). Red value is 77 (30.47% from 255 or 53.85% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 16 (6.64% from 255 or 11.19% from 143); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3210 is #B2CDEF. Grayscale: #363636. Windows color (decimal): -11718128 or 1061453. OLE color: 1061453.

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

Color convert

RGB775016-
CMYK00.350.790.70
HSL33.44º65.59%18.24%-
HSV(B)33.44º79.22%30.2%-
XYZ4.293.91.02-
YUV54.2106.45144.26-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 53.85%
GREEN value IS 50 (19.92% from 255) = 34.97%
BLUE value IS 16 (6.64% from 255) = 11.19%
R=53.85%
G=34.97%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.79
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77501600.350.790.7033.4465.5918.24
Hex4D32100234F46214212
Octal11562200431171064110222
Binary100110111001010000010001110011111000110100001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,50,16); }

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

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

 a { background-color: rgb(77,50,16); }

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

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

 span { border-color: rgb(77,50,16); }

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