#523234

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

Shades of Cab Sav #523234

Tints of Cab Sav #523234

Color information

#523234 (or 0x523234) is unknown color: approx Cab Sav. HEX triplet: 52, 32 and 34. RGB value is (82,50,52). Sum of RGB (Red+Green+Blue) = 82+50+52=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 52 (20.70% from 255 or 28.26% from 184); Max value from RGB is 82 - color contains mainly: red. Hex color #523234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523234 is #ADCDCB. Grayscale: #3B3B3B. Windows color (decimal): -11390412 or 3420754. OLE color: 3420754.

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

Color convert

RGB825052-
CMYK00.390.370.68
HSL356.25º24.24%25.88%-
HSV(B)356.25º39.02%32.16%-
XYZ5.244.323.81-
YUV59.8123.6143.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.57%
GREEN value IS 50 (19.92% from 255) = 27.17%
BLUE value IS 52 (20.70% from 255) = 28.26%
R=44.57%
G=27.17%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82505200.390.370.68356.2524.2425.88
Hex5232340272544164181a
Octal1226264047451045443032
Binary1010010110010110100010011110010110001001011001001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523234; }

 p { color: rgb(82,50,52); }

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

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

 a { background-color: rgb(82,50,52); }

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

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

 span { border-color: rgb(82,50,52); }

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