#50361C

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

Shades of Brown Bramble #50361C

Tints of Brown Bramble #50361C

Color information

#50361C (or 0x50361C) is unknown color: approx Brown Bramble. HEX triplet: 50, 36 and 1C. RGB value is (80,54,28). Sum of RGB (Red+Green+Blue) = 80+54+28=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 54 (21.48% from 255 or 33.33% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #50361C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50361C is #AFC9E3. Grayscale: #3A3A3A. Windows color (decimal): -11520484 or 1848912. OLE color: 1848912.

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

Color convert

RGB805428-
CMYK00.330.650.69
HSL30º48.15%21.18%-
HSV(B)30º65%31.37%-
XYZ4.844.431.7-
YUV58.81110.61143.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.38%
GREEN value IS 54 (21.48% from 255) = 33.33%
BLUE value IS 28 (11.33% from 255) = 17.28%
R=49.38%
G=33.33%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80542800.330.650.693048.1521.18
Hex50361C02141451e3015
Octal1206634041101105366025
Binary1010000110110111000100001100000110001011111011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50361C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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