#50361B

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

Shades of Brown Bramble #50361B

Tints of Brown Bramble #50361B

Color information

#50361B (or 0x50361B) is unknown color: approx Brown Bramble. HEX triplet: 50, 36 and 1B. RGB value is (80,54,27). Sum of RGB (Red+Green+Blue) = 80+54+27=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #50361B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50361B is #AFC9E4. Grayscale: #3A3A3A. Windows color (decimal): -11520485 or 1783376. OLE color: 1783376.

HSL color Cylindrical-coordinate representation of color #50361B: hue angle of 30.57º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50361B is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB805427-
CMYK00.330.660.69
HSL30.57º49.53%20.98%-
HSV(B)30.57º66.25%31.37%-
XYZ4.834.421.64-
YUV58.7110.11143.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.69%
GREEN value IS 54 (21.48% from 255) = 33.54%
BLUE value IS 27 (10.94% from 255) = 16.77%
R=49.69%
G=33.54%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80542700.330.660.6930.5749.5320.98
Hex50361B02142451f3215
Octal1206633041102105376225
Binary1010000110110110110100001100001010001011111111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50361B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50361B; }

 p { color: rgb(80,54,27); }

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

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

 a { background-color: rgb(80,54,27); }

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

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

 span { border-color: rgb(80,54,27); }

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