#502E33

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

Shades of Cab Sav #502E33

Tints of Cab Sav #502E33

Color information

#502E33 (or 0x502E33) is unknown color: approx Cab Sav. HEX triplet: 50, 2E and 33. RGB value is (80,46,51). Sum of RGB (Red+Green+Blue) = 80+46+51=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 46 (18.36% from 255 or 25.99% from 177); Blue value is 51 (20.31% from 255 or 28.81% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #502E33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502E33 is #AFD1CC. Grayscale: #383838. Windows color (decimal): -11522509 or 3354192. OLE color: 3354192.

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

Color convert

RGB804651-
CMYK00.420.360.69
HSL351.18º26.98%24.71%-
HSV(B)351.18º42.5%31.37%-
XYZ4.883.93.63-
YUV56.74124.76144.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.20%
GREEN value IS 46 (18.36% from 255) = 25.99%
BLUE value IS 51 (20.31% from 255) = 28.81%
R=45.20%
G=25.99%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80465100.420.360.69351.1826.9824.71
Hex502E3302A244515f1b19
Octal1205663052441055373331
Binary1010000101110110011010101010010010001011010111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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