#502F32

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

Shades of Cab Sav #502F32

Tints of Cab Sav #502F32

Color information

#502F32 (or 0x502F32) is unknown color: approx Cab Sav. HEX triplet: 50, 2F and 32. RGB value is (80,47,50). Sum of RGB (Red+Green+Blue) = 80+47+50=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 47 (18.75% from 255 or 26.55% from 177); Blue value is 50 (19.92% from 255 or 28.25% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #502F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502F32 is #AFD0CD. Grayscale: #393939. Windows color (decimal): -11522254 or 3288912. OLE color: 3288912.

HSL color Cylindrical-coordinate representation of color #502F32: hue angle of 354.55º 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 #502F32 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB804750-
CMYK00.410.370.69
HSL354.55º25.98%24.9%-
HSV(B)354.55º41.25%31.37%-
XYZ4.93.973.53-
YUV57.21123.93144.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.20%
GREEN value IS 47 (18.75% from 255) = 26.55%
BLUE value IS 50 (19.92% from 255) = 28.25%
R=45.20%
G=26.55%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80475000.410.370.69354.5525.9824.9
Hex502F3202925451631a19
Octal1205762051451055433231
Binary1010000101111110010010100110010110001011011000111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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