#4E3010

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

Shades of Brown Bramble #4E3010

Tints of Brown Bramble #4E3010

Color information

#4E3010 (or 0x4E3010) is unknown color: approx Brown Bramble. HEX triplet: 4E, 30 and 10. RGB value is (78,48,16). Sum of RGB (Red+Green+Blue) = 78+48+16=142 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.93% from 142); Green value is 48 (19.14% from 255 or 33.80% from 142); Blue value is 16 (6.64% from 255 or 11.27% from 142); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3010 is #B1CFEF. Grayscale: #353535. Windows color (decimal): -11653104 or 1060942. OLE color: 1060942.

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

Color convert

RGB784816-
CMYK00.380.790.69
HSL30.97º65.96%18.43%-
HSV(B)30.97º79.49%30.59%-
XYZ4.293.770.99-
YUV53.32106.94145.6-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 54.93%
GREEN value IS 48 (19.14% from 255) = 33.80%
BLUE value IS 16 (6.64% from 255) = 11.27%
R=54.93%
G=33.80%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78481600.380.790.6930.9765.9618.43
Hex4E30100264F451f4212
Octal11660200461171053710222
Binary10011101100001000001001101001111100010111111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,48,16); }

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

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

 a { background-color: rgb(78,48,16); }

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

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

 span { border-color: rgb(78,48,16); }

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