#502B30

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

Shades of Cab Sav #502B30

Tints of Cab Sav #502B30

Color information

#502B30 (or 0x502B30) is unknown color: approx Cab Sav. HEX triplet: 50, 2B and 30. RGB value is (80,43,48). Sum of RGB (Red+Green+Blue) = 80+43+48=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 43 (17.19% from 255 or 25.15% from 171); Blue value is 48 (19.14% from 255 or 28.07% from 171); Max value from RGB is 80 - color contains mainly: red. Hex color #502B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502B30 is #AFD4CF. Grayscale: #363636. Windows color (decimal): -11523280 or 3156816. OLE color: 3156816.

HSL color Cylindrical-coordinate representation of color #502B30: hue angle of 351.89º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #502B30 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.69.

Color convert

RGB804348-
CMYK00.460.400.69
HSL351.89º30.08%24.12%-
HSV(B)351.89º46.25%31.37%-
XYZ4.713.653.25-
YUV54.63124.26146.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.78%
GREEN value IS 43 (17.19% from 255) = 25.15%
BLUE value IS 48 (19.14% from 255) = 28.07%
R=46.78%
G=25.15%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80434800.460.400.69351.8930.0824.12
Hex502B3002E28451601e18
Octal1205360056501055403630
Binary1010000101011110000010111010100010001011011000001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502B30; }

 p { color: rgb(80,43,48); }

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

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

 a { background-color: rgb(80,43,48); }

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

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

 span { border-color: rgb(80,43,48); }

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