#523033

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

Shades of Cab Sav #523033

Tints of Cab Sav #523033

Color information

#523033 (or 0x523033) is unknown color: approx Cab Sav. HEX triplet: 52, 30 and 33. RGB value is (82,48,51). Sum of RGB (Red+Green+Blue) = 82+48+51=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 51 (20.31% from 255 or 28.18% from 181); Max value from RGB is 82 - color contains mainly: red. Hex color #523033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523033 is #ADCFCC. Grayscale: #3A3A3A. Windows color (decimal): -11390925 or 3354706. OLE color: 3354706.

HSL color Cylindrical-coordinate representation of color #523033: hue angle of 354.71º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #523033 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB824851-
CMYK00.410.380.68
HSL354.71º26.15%25.49%-
HSV(B)354.71º41.46%32.16%-
XYZ5.134.153.66-
YUV58.51123.76144.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.30%
GREEN value IS 48 (19.14% from 255) = 26.52%
BLUE value IS 51 (20.31% from 255) = 28.18%
R=45.30%
G=26.52%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82485100.410.380.68354.7126.1525.49
Hex52303302926441631a19
Octal1226063051461045433231
Binary1010010110000110011010100110011010001001011000111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523033; }

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

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

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

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

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

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

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

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