#502D12

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

Shades of Brown Bramble #502D12

Tints of Brown Bramble #502D12

Color information

#502D12 (or 0x502D12) is unknown color: approx Brown Bramble. HEX triplet: 50, 2D and 12. RGB value is (80,45,18). Sum of RGB (Red+Green+Blue) = 80+45+18=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 45 (17.97% from 255 or 31.47% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #502D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502D12 is #AFD2ED. Grayscale: #343434. Windows color (decimal): -11522798 or 1191248. OLE color: 1191248.

HSL color Cylindrical-coordinate representation of color #502D12: hue angle of 26.13º 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 #502D12 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB804518-
CMYK00.440.780.69
HSL26.13º63.27%19.22%-
HSV(B)26.13º77.5%31.37%-
XYZ4.363.631.04-
YUV52.39108.6147.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.94%
GREEN value IS 45 (17.97% from 255) = 31.47%
BLUE value IS 18 (7.42% from 255) = 12.59%
R=55.94%
G=31.47%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80451800.440.780.6926.1363.2719.22
Hex502D1202C4E451a3f13
Octal1205522054116105327723
Binary1010000101101100100101100100111010001011101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502D12; }

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

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

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

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

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

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

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

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