#50301A

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

Shades of Brown Bramble #50301A

Tints of Brown Bramble #50301A

Color information

#50301A (or 0x50301A) is unknown color: approx Brown Bramble. HEX triplet: 50, 30 and 1A. RGB value is (80,48,26). Sum of RGB (Red+Green+Blue) = 80+48+26=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 26 (10.55% from 255 or 16.88% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #50301A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50301A is #AFCFE5. Grayscale: #373737. Windows color (decimal): -11522022 or 1716304. OLE color: 1716304.

HSL color Cylindrical-coordinate representation of color #50301A: hue angle of 24.44º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50301A is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB804826-
CMYK00.400.670.69
HSL24.44º50.94%20.78%-
HSV(B)24.44º67.5%31.37%-
XYZ4.553.891.49-
YUV55.06111.6145.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.95%
GREEN value IS 48 (19.14% from 255) = 31.17%
BLUE value IS 26 (10.55% from 255) = 16.88%
R=51.95%
G=31.17%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80482600.400.670.6924.4450.9420.78
Hex50301A0284345183315
Octal1206032050103105306325
Binary1010000110000110100101000100001110001011100011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50301A; }

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

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

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

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

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

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

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

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