#502F33

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

Shades of Cab Sav #502F33

Tints of Cab Sav #502F33

Color information

#502F33 (or 0x502F33) is unknown color: approx Cab Sav. HEX triplet: 50, 2F and 33. RGB value is (80,47,51). Sum of RGB (Red+Green+Blue) = 80+47+51=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 47 (18.75% from 255 or 26.40% from 178); Blue value is 51 (20.31% from 255 or 28.65% from 178); Max value from RGB is 80 - color contains mainly: red. Hex color #502F33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502F33 is #AFD0CC. Grayscale: #393939. Windows color (decimal): -11522253 or 3354448. OLE color: 3354448.

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

Color convert

RGB804751-
CMYK00.410.360.69
HSL352.73º25.98%24.9%-
HSV(B)352.73º41.25%31.37%-
XYZ4.923.983.64-
YUV57.32124.43144.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.94%
GREEN value IS 47 (18.75% from 255) = 26.40%
BLUE value IS 51 (20.31% from 255) = 28.65%
R=44.94%
G=26.40%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80475100.410.360.69352.7325.9824.9
Hex502F3302924451611a19
Octal1205763051441055413231
Binary1010000101111110011010100110010010001011011000011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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