#503637

Color #503637 Cab Sav (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cab Sav #503637

Tints of Cab Sav #503637

Color information

#503637 (or 0x503637) is unknown color: approx Cab Sav. HEX triplet: 50, 36 and 37. RGB value is (80,54,55). Sum of RGB (Red+Green+Blue) = 80+54+55=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 55 (21.88% from 255 or 29.10% from 189); Max value from RGB is 80 - color contains mainly: red. Hex color #503637 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503637 is #AFC9C8. Grayscale: #3D3D3D. Windows color (decimal): -11520457 or 3618384. OLE color: 3618384.

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

Color convert

RGB805455-
CMYK00.330.310.69
HSL357.69º19.4%26.27%-
HSV(B)357.69º32.5%31.37%-
XYZ5.324.624.23-
YUV61.89124.11140.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.33%
GREEN value IS 54 (21.48% from 255) = 28.57%
BLUE value IS 55 (21.88% from 255) = 29.10%
R=42.33%
G=28.57%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80545500.330.310.69357.6919.426.27
Hex5036370211F45166131a
Octal1206667041371055462332
Binary101000011011011011101000011111110001011011001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503637; }

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

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

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

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

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

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

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

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