#503033

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

Shades of Cab Sav #503033

Tints of Cab Sav #503033

Color information

#503033 (or 0x503033) is unknown color: approx Cab Sav. HEX triplet: 50, 30 and 33. RGB value is (80,48,51). Sum of RGB (Red+Green+Blue) = 80+48+51=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 51 (20.31% from 255 or 28.49% from 179); Max value from RGB is 80 - color contains mainly: red. Hex color #503033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503033 is #AFCFCC. Grayscale: #393939. Windows color (decimal): -11521997 or 3354704. OLE color: 3354704.

HSL color Cylindrical-coordinate representation of color #503033: hue angle of 354.38º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #503033 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB804851-
CMYK00.400.360.69
HSL354.38º25%25.1%-
HSV(B)354.38º40%31.37%-
XYZ4.964.063.65-
YUV57.91124.1143.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.69%
GREEN value IS 48 (19.14% from 255) = 26.82%
BLUE value IS 51 (20.31% from 255) = 28.49%
R=44.69%
G=26.82%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80485100.400.360.69354.382525.1
Hex50303302824451621919
Octal1206063050441055423131
Binary1010000110000110011010100010010010001011011000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503033; }

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

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

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

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

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

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

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

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