#503625

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

Shades of Brown Bramble #503625

Tints of Brown Bramble #503625

Color information

#503625 (or 0x503625) is unknown color: approx Brown Bramble. HEX triplet: 50, 36 and 25. RGB value is (80,54,37). Sum of RGB (Red+Green+Blue) = 80+54+37=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 54 (21.48% from 255 or 31.58% from 171); Blue value is 37 (14.84% from 255 or 21.64% from 171); Max value from RGB is 80 - color contains mainly: red. Hex color #503625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503625 is #AFC9DA. Grayscale: #3B3B3B. Windows color (decimal): -11520475 or 2438736. OLE color: 2438736.

HSL color Cylindrical-coordinate representation of color #503625: hue angle of 23.72º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #503625 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.69.

Color convert

RGB805437-
CMYK00.330.540.69
HSL23.72º36.75%22.94%-
HSV(B)23.72º53.75%31.37%-
XYZ4.964.482.35-
YUV59.84115.11142.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.78%
GREEN value IS 54 (21.48% from 255) = 31.58%
BLUE value IS 37 (14.84% from 255) = 21.64%
R=46.78%
G=31.58%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80543700.330.540.6923.7236.7522.94
Hex5036250213645182517
Octal120664504166105304527
Binary1010000110110100101010000111011010001011100010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503625; }

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

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

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

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

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

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

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

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