#503012

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

Shades of Brown Bramble #503012

Tints of Brown Bramble #503012

Color information

#503012 (or 0x503012) is unknown color: approx Brown Bramble. HEX triplet: 50, 30 and 12. RGB value is (80,48,18). Sum of RGB (Red+Green+Blue) = 80+48+18=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 48 (19.14% from 255 or 32.88% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #503012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503012 is #AFCFED. Grayscale: #363636. Windows color (decimal): -11522030 or 1192016. OLE color: 1192016.

HSL color Cylindrical-coordinate representation of color #503012: hue angle of 29.03º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #503012 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB804818-
CMYK00.400.780.69
HSL29.03º63.27%19.22%-
HSV(B)29.03º77.5%31.37%-
XYZ4.473.861.08-
YUV54.15107.6146.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.79%
GREEN value IS 48 (19.14% from 255) = 32.88%
BLUE value IS 18 (7.42% from 255) = 12.33%
R=54.79%
G=32.88%
B=12.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80481800.400.780.6929.0363.2719.22
Hex5030120284E451d3f13
Octal1206022050116105357723
Binary1010000110000100100101000100111010001011110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503012; }

 p { color: rgb(80,48,18); }

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

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

 a { background-color: rgb(80,48,18); }

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

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

 span { border-color: rgb(80,48,18); }

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