#50331A

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

Shades of Brown Bramble #50331A

Tints of Brown Bramble #50331A

Color information

#50331A (or 0x50331A) is unknown color: approx Brown Bramble. HEX triplet: 50, 33 and 1A. RGB value is (80,51,26). Sum of RGB (Red+Green+Blue) = 80+51+26=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #50331A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50331A is #AFCCE5. Grayscale: #383838. Windows color (decimal): -11521254 or 1717072. OLE color: 1717072.

HSL color Cylindrical-coordinate representation of color #50331A: hue angle of 27.78º 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 #50331A is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB805126-
CMYK00.360.670.69
HSL27.78º50.94%20.78%-
HSV(B)27.78º67.5%31.37%-
XYZ4.684.151.53-
YUV56.82110.61144.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.96%
GREEN value IS 51 (20.31% from 255) = 32.48%
BLUE value IS 26 (10.55% from 255) = 16.56%
R=50.96%
G=32.48%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80512600.360.670.6927.7850.9420.78
Hex50331A02443451c3315
Octal1206332044103105346325
Binary1010000110011110100100100100001110001011110011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50331A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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